diff --git a/CHANGELOG.md b/CHANGELOG.md index 33942d4cdf..191c050581 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,12 @@ useful summary for people upgrading their application, not a replication of the commit log. -# Unreleased +# 25.2.1 * Add link tracking to super navigation header ([PR #2249](https://github.com/alphagov/govuk_publishing_components/pull/2249)) * Fix typos in super navigation link tracking ([PR #2251](https://github.com/alphagov/govuk_publishing_components/pull/2251)) * Update super navigation styles to avoid `govuk-layout` clashes ([PR #2250](https://github.com/alphagov/govuk_publishing_components/pull/2250)) + # 25.2.0 * Add analytics tags to super navigation header ([PR #2244](https://github.com/alphagov/govuk_publishing_components/pull/2244)) diff --git a/Gemfile.lock b/Gemfile.lock index caaddfd191..2546c375bf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk_publishing_components (25.2.0) + govuk_publishing_components (25.2.1) govuk_app_config kramdown plek diff --git a/lib/govuk_publishing_components/version.rb b/lib/govuk_publishing_components/version.rb index e7ce19c599..179b8eb58e 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = "25.2.0".freeze + VERSION = "25.2.1".freeze end