From ddbe10409b6523aa53198e297f999ccdbae3ffcf Mon Sep 17 00:00:00 2001 From: Keith Lawrence Date: Tue, 19 Sep 2023 09:19:00 +0100 Subject: [PATCH] Release version 0.15.0 --- CHANGELOG.md | 3 ++- lib/govuk_personalisation/version.rb | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13eaceb..29a1b1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ -# Unreleased +# 0.15.0 - Update URLs and method names for One Login ([#56](https://github.com/alphagov/govuk_personalisation/pull/56)) +- Note that this release deprecates the your_account, manage, security, and feedback methods of GovukPersonalisation::Urls, but retains them as aliases to allow easier transition. They will be removed in a later release. # 0.14.0 diff --git a/lib/govuk_personalisation/version.rb b/lib/govuk_personalisation/version.rb index 17fdfe5..45d8554 100644 --- a/lib/govuk_personalisation/version.rb +++ b/lib/govuk_personalisation/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module GovukPersonalisation - VERSION = "0.14.0" + VERSION = "0.15.0" end