diff --git a/CHANGELOG.md b/CHANGELOG.md index b27c3fa15d..df59ffe63a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,13 @@ useful summary for people upgrading their application, not a replication of the commit log. +## 37.8.1 + +* Remove "Popular" links from super navigation header ([PR #3918](https://github.com/alphagov/govuk_publishing_components/pull/3918)) + ## 37.8.0 * Disable the single consent cookie API code ([PR #3916](https://github.com/alphagov/govuk_publishing_components/pull/3916)) -* Remove "Popular" links from super navigation header ([PR #3918](https://github.com/alphagov/govuk_publishing_components/pull/3918)) ## 37.7.1 diff --git a/Gemfile.lock b/Gemfile.lock index 073511303b..cc6d88005c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk_publishing_components (37.8.0) + govuk_publishing_components (37.8.1) govuk_app_config govuk_personalisation (>= 0.7.0) kramdown @@ -579,10 +579,11 @@ GEM rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) - sentry-rails (5.16.1) + sentry-rails (5.17.0) railties (>= 5.0) - sentry-ruby (~> 5.16.1) - sentry-ruby (5.16.1) + sentry-ruby (~> 5.17.0) + sentry-ruby (5.17.0) + bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) smart_properties (1.17.0) sprockets (4.2.1) diff --git a/lib/govuk_publishing_components/version.rb b/lib/govuk_publishing_components/version.rb index 721803594b..0518bdb4e9 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = "37.8.0".freeze + VERSION = "37.8.1".freeze end