CHANGELOG.md in govuk_app_config-2.8.0 vs CHANGELOG.md in govuk_app_config-2.8.1
- old
+ new
@@ -1,11 +1,20 @@
+# 2.8.1
+
+* Add `GdsApi::ContentStore::ItemNotFound` to `data_sync_excluded_exceptions` (https://github.com/alphagov/govuk_app_config/pull/178)
+* Dependabot bumps to allow latest versions of logstasher ([#177](https://github.com/alphagov/govuk_app_config/pull/177)) and unicorn ([#175](https://github.com/alphagov/govuk_app_config/pull/175))
+
+# 2.8.0
+
+* Adds govuk_app_config version to every Sentry call (https://github.com/alphagov/govuk_app_config/pull/174)
+
# 2.7.1
-* Fix broken data sync error handling for non-Rails apps
+* Fix broken data sync error handling for non-Rails apps (https://github.com/alphagov/govuk_app_config/pull/172)
# 2.7.0
-* Ignore intermittent template retrieval errors from Slimmer
+* Ignore intermittent template retrieval errors from Slimmer (https://github.com/alphagov/govuk_app_config/pull/170)
# 2.6.0
* Ignore errors that occur in temporary environments (adds `active_sentry_environments` config) (https://github.com/alphagov/govuk_app_config/pull/168)