From 3210a582eae3deba5cb5d0d70c3d145d0ff13d9e Mon Sep 17 00:00:00 2001 From: Steve Laing Date: Mon, 6 Aug 2018 15:08:27 +0100 Subject: [PATCH] Bump version to 9.10.0 --- CHANGELOG.md | 5 ++++- lib/govuk_publishing_components/version.rb | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41c992e91a..c6ad989e58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ useful summary for people upgrading their application, not a replication of the commit log. +## 9.10.0 + +* Enables bold styling in govspeak blocks, removes rich govspeak feature (PR #463) + ## 9.9.1 * Stop document list rendering titles as headings (PR #465) @@ -17,7 +21,6 @@ * Add tabs component (PR #455) * Adds styling for singular related step by step navs (PR #458) * Add schema.org `isPartOf` links from articles to step by steps (PR #384) -* Enables bold styling in govspeak blocks, removes rich govspeak feature (PR #463) ## 9.8.0 diff --git a/lib/govuk_publishing_components/version.rb b/lib/govuk_publishing_components/version.rb index 2221ec0ddc..8a7c902b3d 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = '9.9.1'.freeze + VERSION = '9.10.0'.freeze end