From 14ec4f093c7887b4a9c2d917ce9eb6c6ae3041fc Mon Sep 17 00:00:00 2001 From: Andy Sellick Date: Thu, 12 Aug 2021 12:48:20 +0100 Subject: [PATCH] Version 25.3.1 --- 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 1746f468b6..5e0268f51e 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 +# 25.3.1 * Fix track click link tracking ([PR #2265](https://github.com/alphagov/govuk_publishing_components/pull/2265)) * Add language tag for Welsh link in public layout template ([PR #2258](https://github.com/alphagov/govuk_publishing_components/pull/2258)) diff --git a/Gemfile.lock b/Gemfile.lock index 9108db23ae..fd32583b7d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk_publishing_components (25.3.0) + govuk_publishing_components (25.3.1) govuk_app_config kramdown plek diff --git a/lib/govuk_publishing_components/version.rb b/lib/govuk_publishing_components/version.rb index ad39f1fae5..78178d636d 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = "25.3.0".freeze + VERSION = "25.3.1".freeze end