diff --git a/CHANGELOG.md b/CHANGELOG.md index 013c7edb8b..d3cd9a95ba 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 +## 12.6.0 * Adds separate tracking data for a link to the homepage on breadcrumbs (PR #610) diff --git a/lib/govuk_publishing_components/version.rb b/lib/govuk_publishing_components/version.rb index 1059e011b9..06a5bda202 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = '12.5.0'.freeze + VERSION = '12.6.0'.freeze end