From 454e1b7069b7836ac0e313aa609cf5414912357f Mon Sep 17 00:00:00 2001 From: Andy Sellick Date: Thu, 3 Dec 2020 17:12:12 +0000 Subject: [PATCH] Version 23.7.7 --- CHANGELOG.md | 2 +- Gemfile.lock | 2 +- lib/govuk_publishing_components/version.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f366b115b3..8d45ef042e 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 +## 23.7.7 * Add some GOV.UK Accounts specific PII redacts ([PR #1807](https://github.com/alphagov/govuk_publishing_components/pull/1807)) diff --git a/Gemfile.lock b/Gemfile.lock index 09fd0e95ff..823907b2ac 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk_publishing_components (23.7.6) + govuk_publishing_components (23.7.7) govuk_app_config kramdown plek diff --git a/lib/govuk_publishing_components/version.rb b/lib/govuk_publishing_components/version.rb index c419cd3c1b..dafe782f8a 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = "23.7.6".freeze + VERSION = "23.7.7".freeze end