Skip to content

Commit

Permalink
Merge pull request #58 from alphagov/release-0.15.0
Browse files Browse the repository at this point in the history
Release version 0.15.0
  • Loading branch information
KludgeKML authored Sep 19, 2023
2 parents 5978625 + ddbe104 commit 7b482d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion lib/govuk_personalisation/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module GovukPersonalisation
VERSION = "0.14.0"
VERSION = "0.15.0"
end

0 comments on commit 7b482d3

Please sign in to comment.