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

- old
+ new

@@ -1,5 +1,9 @@ +# 9.0.2 + +* GovukAppConfig no longer automatically initialises OpenTelemetry when running in `rails console`. + # 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 @@ -10,14 +14,14 @@ * BREAKING: Change error log behaviour from logging JSON to full string ([#300](https://github.com/alphagov/govuk_app_config/pull/300)) * Remove monkeypatch for errors ([#300](https://github.com/alphagov/govuk_app_config/pull/300)) # 8.1.1 -* Fix prometheus_exporter to method patching compatible with open telemetry. +* Fix prometheus_exporter to method patching compatible with OpenTelemetry. # 8.1.0 -* Add ability to enable Open Telemetry instrumentation for Rails applications. +* Add ability to enable OpenTelemetry instrumentation for Rails applications. # 8.0.2 * Fix the ability to collect Sidekiq metrics in GovukPrometheusExporter. ([#299](https://github.com/alphagov/govuk_app_config/pull/299))