diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f139ee492..5fb6a9887a 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 +## 44.9.0 * Layout super nav header: Correct URL for search form ([PR #4341](https://github.com/alphagov/govuk_publishing_components/pull/4341)) * Add support for data attributes in Summary List and Summary Card rows ([PR #4331](https://github.com/alphagov/govuk_publishing_components/pull/4331)) diff --git a/Gemfile.lock b/Gemfile.lock index ac2d00df22..e44c138e30 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk_publishing_components (44.8.0) + govuk_publishing_components (44.9.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 00d76411c4..ae47701ef6 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = "44.8.0".freeze + VERSION = "44.9.0".freeze end