diff --git a/CHANGELOG.md b/CHANGELOG.md index 84034d5db6..4b588cbc1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ ## Unreleased +## 46.2.0 + * Support Welsh devolved nations component ([PR #4440](https://github.com/alphagov/govuk_publishing_components/pull/4440)) * Use component wrapper on previous and next component ([PR #4463](https://github.com/alphagov/govuk_publishing_components/pull/4463)) * Use component wrapper on related nav component ([PR #4466](https://github.com/alphagov/govuk_publishing_components/pull/4466)) diff --git a/Gemfile.lock b/Gemfile.lock index 71ec45d583..607b45085c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk_publishing_components (46.1.0) + govuk_publishing_components (46.2.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 701002e21c..5043a00d40 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = "46.1.0".freeze + VERSION = "46.2.0".freeze end