diff --git a/CHANGELOG.md b/CHANGELOG.md index 191d840121..9096220642 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.7.0 * Add GOVUK Frontend Details module to GOVUK Modules and amend modules.js start function ([PR #1985](https://github.com/alphagov/govuk_publishing_components/pull/1985)) * Rescope Brexit CTA to en/cy locale only ([PR #1984](https://github.com/alphagov/govuk_publishing_components/pull/1984)) diff --git a/Gemfile.lock b/Gemfile.lock index 7c467eac1c..37ea5b414d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk_publishing_components (24.6.1) + govuk_publishing_components (24.7.0) govuk_app_config kramdown plek @@ -143,7 +143,7 @@ GEM json-schema (2.8.1) addressable (>= 2.4) kgio (2.11.3) - kramdown (2.3.0) + kramdown (2.3.1) rexml link_header (0.0.8) logstasher (2.1.5) diff --git a/lib/govuk_publishing_components/version.rb b/lib/govuk_publishing_components/version.rb index bbc08bcd97..2d0d783b50 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = "24.6.1".freeze + VERSION = "24.7.0".freeze end