diff --git a/CHANGELOG.md b/CHANGELOG.md index 620e826685..e6cb6f5069 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ useful summary for people upgrading their application, not a replication of the commit log. -## Unreleased +## 24.10.2 * Allow modules to start after cookie consent ([PR #2041](https://github.com/alphagov/govuk_publishing_components/pull/2041)) * Fix travel advice pages to use parent breadcrumbs ([PR #2050](https://github.com/alphagov/govuk_publishing_components/pull/2050)) diff --git a/Gemfile.lock b/Gemfile.lock index 59ad3b48f0..cc4a9908d2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk_publishing_components (24.10.1) + govuk_publishing_components (24.10.2) govuk_app_config kramdown plek diff --git a/lib/govuk_publishing_components/version.rb b/lib/govuk_publishing_components/version.rb index d15bfc2605..0ceb7b7362 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = "24.10.1".freeze + VERSION = "24.10.2".freeze end