diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ff715b56f..05a9deb0e5 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.4.0 * Add chart component ([PR #4301](https://github.com/alphagov/govuk_publishing_components/pull/4301)) * Add inverse option for organisation logo ([PR #4284](https://github.com/alphagov/govuk_publishing_components/pull/4284)) diff --git a/Gemfile.lock b/Gemfile.lock index 738915a32d..fa6c859ac9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk_publishing_components (44.3.0) + govuk_publishing_components (44.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 906e2ea768..dd2482a206 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = "44.3.0".freeze + VERSION = "44.4.0".freeze end