diff --git a/CHANGELOG.md b/CHANGELOG.md index f5cc9801ac..f26c55c1e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ useful summary for people upgrading their application, not a replication of the commit log. -## Unreleased +## 16.7.0 * Update fieldset component to use GOV.UK Frontend styles (PR #791) * Add width option to input component (PR #790) diff --git a/Gemfile.lock b/Gemfile.lock index 39f2e66a0b..27f8b574e1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk_publishing_components (16.6.0) + govuk_publishing_components (16.7.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 9b19517df2..f473836908 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = '16.6.0'.freeze + VERSION = '16.7.0'.freeze end