diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a789f6344..b2144f4d3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,7 @@ useful summary for people upgrading their application, not a replication of the commit log. -## Unreleased - +## 17.6.1 * Fix confirmation message being read to screenreaders (PR #952) * Hide 'Accept Cookies' button when Javascript not available (PR #948) diff --git a/Gemfile.lock b/Gemfile.lock index e197b790e9..cd5004f24e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk_publishing_components (17.6.0) + govuk_publishing_components (17.6.1) gds-api-adapters govuk_app_config govuk_frontend_toolkit diff --git a/lib/govuk_publishing_components/version.rb b/lib/govuk_publishing_components/version.rb index 3fd67a589e..d3acf99900 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = '17.6.0'.freeze + VERSION = '17.6.1'.freeze end