diff --git a/CHANGELOG.md b/CHANGELOG.md index da798cfeee..18b6e907bd 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 +## 46.4.0 * Add canonical_url value to GA4 page view tracking ([PR #4500](https://github.com/alphagov/govuk_publishing_components/pull/4500)) * Add margin_bottom option to component wrapper helper ([PR #4494](https://github.com/alphagov/govuk_publishing_components/pull/4494)) diff --git a/Gemfile.lock b/Gemfile.lock index e38693b707..78c7cdef03 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk_publishing_components (46.3.1) + govuk_publishing_components (46.4.0) chartkick govuk_app_config govuk_personalisation (>= 0.7.0) diff --git a/lib/govuk_publishing_components/version.rb b/lib/govuk_publishing_components/version.rb index 64fa34f29b..9b84a37b1e 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = "46.3.1".freeze + VERSION = "46.4.0".freeze end