From 7b8d9b7a1251baf11d4c9e9a693cd8930ee7d775 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 23 Mar 2020 14:07:41 +0000 Subject: [PATCH] Release 21.34.0 --- 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 8c67350f04..aa189d1669 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.34.0 * Add custom multivariate test as essential cookie ([PR #1400](https://github.com/alphagov/govuk_publishing_components/pull/1400)) diff --git a/Gemfile.lock b/Gemfile.lock index 618fc63b64..56b19f0ee7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk_publishing_components (21.33.0) + govuk_publishing_components (21.34.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 b02a1f3de9..ce137b9f0c 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = "21.33.0".freeze + VERSION = "21.34.0".freeze end