From 4799004f8ef221031a9d66f90cf2ab7ce5e10b94 Mon Sep 17 00:00:00 2001 From: Rob Whittaker Date: Fri, 8 Sep 2017 14:22:47 +0100 Subject: [PATCH] Release 1.45.0 --- NEWS.md | 32 ++++++++++++++++++++++++++------ lib/suspenders/version.rb | 2 +- 2 files changed, 27 insertions(+), 7 deletions(-) diff --git a/NEWS.md b/NEWS.md index 644c7f040..027ee67c6 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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) diff --git a/lib/suspenders/version.rb b/lib/suspenders/version.rb index 2105a991a..afe51fc9e 100644 --- a/lib/suspenders/version.rb +++ b/lib/suspenders/version.rb @@ -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