diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b7318ec17..853708d44e 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 +## 21.60.1 * Change bar chart numbers and colours to be accessible ([PR #1608](https://github.com/alphagov/govuk_publishing_components/pull/1608)) diff --git a/Gemfile.lock b/Gemfile.lock index f553a3c939..f04521134b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk_publishing_components (21.60.0) + govuk_publishing_components (21.60.1) govuk_app_config kramdown plek diff --git a/lib/govuk_publishing_components/version.rb b/lib/govuk_publishing_components/version.rb index ed293e209f..0af94e61f9 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = "21.60.0".freeze + VERSION = "21.60.1".freeze end