diff --git a/CHANGELOG.md b/CHANGELOG.md index 867e528d42..2f896101d4 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 +## 35.16.1 * Add GA4 to nested contents item links ([PR #3638](https://github.com/alphagov/govuk_publishing_components/pull/3638)) * Change GA4 contents list type ([PR #3635](https://github.com/alphagov/govuk_publishing_components/pull/3635)) diff --git a/Gemfile.lock b/Gemfile.lock index acb96025b4..91150fc4a4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk_publishing_components (35.16.0) + govuk_publishing_components (35.16.1) govuk_app_config govuk_personalisation (>= 0.7.0) kramdown diff --git a/lib/govuk_publishing_components/version.rb b/lib/govuk_publishing_components/version.rb index ccb2bfec61..c5d096d70f 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = "35.16.0".freeze + VERSION = "35.16.1".freeze end