From bbdea06943f677e583cfecb2000954dfe2a9735c Mon Sep 17 00:00:00 2001 From: Ian James Date: Tue, 15 Jun 2021 15:31:44 +0100 Subject: [PATCH] Release v24.14.0 --- CHANGELOG.md | 3 ++- Gemfile.lock | 2 +- lib/govuk_publishing_components/version.rb | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44626cf0c0..aee672e00a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,9 @@ useful summary for people upgrading their application, not a replication of the commit log. -## Unreleased +## 24.14.0 +* Add real user metrics using Speedcurve's LUX ([PR #2135](https://github.com/alphagov/govuk_publishing_components/pull/2135)) * Fix header tracking labels ([PR #2136](https://github.com/alphagov/govuk_publishing_components/pull/2136)) ## 24.13.5 diff --git a/Gemfile.lock b/Gemfile.lock index 29b2c47aea..2a0c586073 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk_publishing_components (24.13.5) + govuk_publishing_components (24.14.0) govuk_app_config kramdown plek diff --git a/lib/govuk_publishing_components/version.rb b/lib/govuk_publishing_components/version.rb index 39ea661fc9..1424159fde 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = "24.13.5".freeze + VERSION = "24.14.0".freeze end