CHANGELOG.md in govuk_app_config-1.1.0 vs CHANGELOG.md in govuk_app_config-1.2.0

- old
+ new

@@ -1,5 +1,9 @@ +# 1.2.0 + +* Upgrade unicorn gem from 5.3.1 to 5.4.0 + # 1.1.0 - Support statsd methods of decrement, count, timing, set, and batch # 1.0.0 @@ -12,11 +16,11 @@ [sentry-270]: https://github.com/getsentry/raven-ruby/commit/ef623824cb0a8a2f60be5fb7e12f80454da54fd7 ### How to upgrade * Remove `gem 'unicorn'` from your Gemfile -* Remove `gem 'logstasher'` from your Gemfile -* Remove all `config.logstasher.*` configs from `config/production.rb` +* Remove `gem 'logstasher'` from your Gemfile (Rails only) +* Remove all `config.logstasher.*` configs from `config/production.rb` (Rails only) ## 0.3.0 * Add `time` and `gauge` to `GovukStatsd` * Add `GovukError.configure` as an alias to `Raven.configure`