From 55418b646ffc67377ba9de2305ea2eb48585b76d Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 8 Mar 2021 13:42:20 +0000 Subject: [PATCH] Release 24.4.1 ## 24.4.1 * Fix tracking in `details.js` ([PR #1962](https://github.com/alphagov/govuk_publishing_components/pull/1962)) --- 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 d65df8d863..60acbb2354 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.4.1 * Fix tracking in `details.js` ([PR #1962](https://github.com/alphagov/govuk_publishing_components/pull/1962)) diff --git a/Gemfile.lock b/Gemfile.lock index 7380bec20c..9cc5d7ff49 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk_publishing_components (24.4.0) + govuk_publishing_components (24.4.1) govuk_app_config kramdown plek diff --git a/lib/govuk_publishing_components/version.rb b/lib/govuk_publishing_components/version.rb index efadfcb8e6..67a122ce91 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = "24.4.0".freeze + VERSION = "24.4.1".freeze end