From 2509db036db9445efd03206a2dc2baa6a5186536 Mon Sep 17 00:00:00 2001 From: alex-ju Date: Tue, 7 Aug 2018 12:52:50 +0100 Subject: [PATCH] Version 9.11.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 d84dac1c15..329f6978de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,8 @@ useful summary for people upgrading their application, not a replication of the commit log. -## Unreleased +## 9.11.0 + * Add data attributes and spellcheck support for textarea component (PR #468) * Add data attributes support for input component (PR #469) diff --git a/Gemfile.lock b/Gemfile.lock index 070a162a92..0f15b3828e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk_publishing_components (9.9.1) + govuk_publishing_components (9.11.0) govspeak (>= 5.0.3) govuk_app_config govuk_frontend_toolkit diff --git a/lib/govuk_publishing_components/version.rb b/lib/govuk_publishing_components/version.rb index 8a7c902b3d..e22398b874 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = '9.10.0'.freeze + VERSION = '9.11.0'.freeze end