diff --git a/CHANGELOG.md b/CHANGELOG.md index fc55fd76c9..d255d84ef4 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 +## 17.1.0 * Add tracking to the hide button on new cookie banner (PR #928) * Delete cookies when a user removes consent (PR #923) diff --git a/Gemfile.lock b/Gemfile.lock index 548d0a62f4..e4fde4edff 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk_publishing_components (17.0.0) + govuk_publishing_components (17.1.0) gds-api-adapters govuk_app_config govuk_frontend_toolkit @@ -102,7 +102,7 @@ GEM rubocop (~> 0.64) rubocop-rspec (~> 1.28) scss_lint - govuk_app_config (1.18.1) + govuk_app_config (1.19.0) aws-xray-sdk (~> 0.10.0) logstasher (~> 1.2.2) sentry-raven (~> 2.7.1) @@ -299,9 +299,9 @@ GEM addressable (>= 2.3.6) crack (>= 0.3.2) hashdiff - websocket-driver (0.7.0) + websocket-driver (0.7.1) websocket-extensions (>= 0.1.0) - websocket-extensions (0.1.3) + websocket-extensions (0.1.4) xpath (3.2.0) nokogiri (~> 1.8) yard (0.9.19) diff --git a/lib/govuk_publishing_components/version.rb b/lib/govuk_publishing_components/version.rb index b5dc2a32cd..3aec939eac 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = '17.0.0'.freeze + VERSION = '17.1.0'.freeze end