From 8dbf8d29e16c1bd4bc4bf48ffedce99cd3cf97b0 Mon Sep 17 00:00:00 2001 From: Simon Hughesdon Date: Mon, 9 Sep 2019 10:33:54 +0100 Subject: [PATCH] Bump minor version --- 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 f8e8b0e6af..668a3498dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,10 @@ useful summary for people upgrading their application, not a replication of the commit log. -## Unreleased +## 20.3.0 * Add ability to pass language to heading component ([PR #1102](https://github.com/alphagov/govuk_publishing_components/pull/1102)) +* Fix chapter URLs in FAQ page schema ([PR #1105](https://github.com/alphagov/govuk_publishing_components/pull/1105)). ## 20.2.2 diff --git a/Gemfile.lock b/Gemfile.lock index 16e89507f4..a31ce727ab 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk_publishing_components (20.2.2) + govuk_publishing_components (20.3.0) gds-api-adapters govuk_app_config govuk_frontend_toolkit diff --git a/lib/govuk_publishing_components/version.rb b/lib/govuk_publishing_components/version.rb index af421f6b8f..0010b74693 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = '20.2.2'.freeze + VERSION = '20.3.0'.freeze end