Skip to content

Commit

Permalink
Release 1.45.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Whittaker committed Sep 8, 2017
1 parent 3d05385 commit 4799004
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 7 deletions.
32 changes: 26 additions & 6 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,29 @@
`master`

* No longer generate `mkdir -p .git/safe` as part of `bin/setup`
* Update Bitters to 1.7
* Update Neat to 2.1
* Update Bourbon to 5.0.0.beta.8
1.45.0 (September 8, 2017)

* Bump Rails to 5.1.3 (#857)
* Configure HONEYBADGER_ENV for staging, production (#861)
* Remove vestigial `staging` references (#860)
* Prevent memory bloat in ActiveJob children (#856)
* .git/safe is opt-in (#837)
* Enforce SSL in production environment (#855)
* Configures action mailer asset host (#853)
* Install normalize.css via yarn (#851)
* Update Rails to 5.1 (#847)
* Update bourbon from 5.0.0.beta.7 to 5.0.0.beta.8 (#848)
* Update Neat to 2.1 (#849)
* Update Bitters to 1.7 (#850)
* Fix incorrect Timecop link (#845)
* Update Ruby to 2.4.1 (#841)
* Update rspec-rails to 3.6 (#842)
* Configure TimeCop safe mode (#840)
* Pull normalize.css through Rails Assets (#839)
* Fix fatal git failures in tests (#832)
* Schedule Heroku Backups and Capture backup of existing staging database for
Review Apps (#826)
* Use bundle-audit rake task from the gem (#831)
* Update thoughtbot logo (#829)
* Change terminal symbol in README's deploying section (#828)
* Update Segment snippet to 4.0.0 (#822)

1.44.0 (January 25, 2017)

Expand Down
2 changes: 1 addition & 1 deletion lib/suspenders/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ module Suspenders
read("#{File.dirname(__FILE__)}/../../.ruby-version").
strip.
freeze
VERSION = "1.44.0".freeze
VERSION = "1.45.0".freeze
end

0 comments on commit 4799004

Please sign in to comment.