diff --git a/CHANGELOG.md b/CHANGELOG.md index 50877c2e16..981d66524e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ of the commit log. -## Unreleased +## 21.66.2 * Swap out ol for ul on documents list ([PR #1694](https://github.com/alphagov/govuk_publishing_components/pull/1694)) FIX * Search toggle inner text fix ([PR #1696](https://github.com/alphagov/govuk_publishing_components/pull/1696)) FIX diff --git a/Gemfile.lock b/Gemfile.lock index 9d67056c96..4a469a7c8d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk_publishing_components (21.66.1) + govuk_publishing_components (21.66.2) govuk_app_config kramdown plek diff --git a/lib/govuk_publishing_components/version.rb b/lib/govuk_publishing_components/version.rb index 8fab7e5c70..811d4be179 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = "21.66.1".freeze + VERSION = "21.66.2".freeze end