From d85c0b3715b5aab8f1477dabca2f2278e1f2eea8 Mon Sep 17 00:00:00 2001 From: Jon Kirwan Date: Fri, 15 Nov 2024 09:48:25 +0000 Subject: [PATCH] Release 45.4.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 a172a940de..74140d1081 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 +## 45.4.0 * Chat entry component design changes ([PR #4399](https://github.com/alphagov/govuk_publishing_components/pull/4399)) diff --git a/Gemfile.lock b/Gemfile.lock index 51eea64099..6faefc8e21 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk_publishing_components (45.3.0) + govuk_publishing_components (45.4.0) chartkick govuk_app_config govuk_personalisation (>= 0.7.0) diff --git a/lib/govuk_publishing_components/version.rb b/lib/govuk_publishing_components/version.rb index f1c9b793f7..5470bf55e9 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = "45.3.0".freeze + VERSION = "45.4.0".freeze end