diff --git a/CHANGELOG.md b/CHANGELOG.md index f125b9cd4c..9b58cef5a6 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.58.0 * Fix search component label accessibility ([PR #1594](https://github.com/alphagov/govuk_publishing_components/pull/1594)) * Add list component ([PR #1595](https://github.com/alphagov/govuk_publishing_components/pull/1595)) diff --git a/Gemfile.lock b/Gemfile.lock index 7cd9b91e4a..9a17c4b5c5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk_publishing_components (21.57.1) + govuk_publishing_components (21.58.0) gds-api-adapters govuk_app_config kramdown diff --git a/lib/govuk_publishing_components/version.rb b/lib/govuk_publishing_components/version.rb index 46e0ddd41e..ea6b893c40 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = "21.57.1".freeze + VERSION = "21.58.0".freeze end