diff --git a/CHANGELOG.md b/CHANGELOG.md index 9432916979..dc28a37507 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Unreleased +# 7.1.0 * Add subscription links component (PR #290) * Add translation nav component (PR #289) diff --git a/Gemfile.lock b/Gemfile.lock index 2b3795fc0f..6a55fa0730 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk_publishing_components (7.0.0) + govuk_publishing_components (7.1.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 8b28054cdf..3431a856f7 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = '7.0.0'.freeze + VERSION = '7.1.0'.freeze end