CHANGELOG.md in govuk_app_config-9.0.0 vs CHANGELOG.md in govuk_app_config-9.0.1

- old
+ new

@@ -1,4 +1,8 @@ +# 9.0.1 + +* Rename the "error" field in Rails logs from logstasher to "message" as error is supposed to be an object. + # 9.0.0 * BREAKING: JSON logs are no longer configured automatically for production Rails apps and are turned on with the GOVUK_RAILS_JSON_LOGGING environment variable ([#302](https://github.com/alphagov/govuk_app_config/pull/302)) * Add govuk_request_id to JSON logging for apps with gds-api-adapters ([#300](https://github.com/alphagov/govuk_app_config/pull/300)) * BREAKING: Remove $stdout, $stderr and $real_stdout redirections ([#300](https://github.com/alphagov/govuk_app_config/pull/300))