From e32e22d5ae812f3b457297fd42d774bd7a597367 Mon Sep 17 00:00:00 2001 From: Dilwoar Hussain Date: Thu, 22 Apr 2021 17:36:22 +0100 Subject: [PATCH] Bump version to 24.9.4 * Set up scroll tracking for the PCR test start page ([PR #2028](https://github.com/alphagov/govuk_publishing_components/pull/2028)) --- 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 ee0a27921c..63491a4bba 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 +## 24.9.4 * Set up scroll tracking for the PCR test start page ([PR #2028](https://github.com/alphagov/govuk_publishing_components/pull/2028)) diff --git a/Gemfile.lock b/Gemfile.lock index 854c2b8bd1..6a4faeb283 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk_publishing_components (24.9.3) + govuk_publishing_components (24.9.4) govuk_app_config kramdown plek diff --git a/lib/govuk_publishing_components/version.rb b/lib/govuk_publishing_components/version.rb index 04ba3505e0..9682cb6968 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = "24.9.3".freeze + VERSION = "24.9.4".freeze end