diff --git a/CHANGELOG.md b/CHANGELOG.md index 43225d6e9c..7697b8b6c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Unreleased +# 7.2.0 * Add department colours to components (PR #296) * Modify subscription links component (PR #294) diff --git a/Gemfile.lock b/Gemfile.lock index 6a55fa0730..f6ef07ac40 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk_publishing_components (7.1.0) + govuk_publishing_components (7.2.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 3431a856f7..c45ff96869 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = '7.1.0'.freeze + VERSION = '7.2.0'.freeze end