diff --git a/CHANGELOG.md b/CHANGELOG.md index e0959620f3..aa36b8b631 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ ## Unreleased +## 45.3.0 + * Enhance Youtube without cookies ([PR #4388](https://github.com/alphagov/govuk_publishing_components/pull/4388)) * Add component wrapper helper to the header ([PR #4385](https://github.com/alphagov/govuk_publishing_components/pull/4385)) * Add component wrapper helper to the footer ([PR #4380](https://github.com/alphagov/govuk_publishing_components/pull/4380)) diff --git a/Gemfile.lock b/Gemfile.lock index f101d4a5e6..51eea64099 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk_publishing_components (45.2.0) + govuk_publishing_components (45.3.0) chartkick govuk_app_config govuk_personalisation (>= 0.7.0) @@ -511,7 +511,7 @@ GEM mime-types (>= 1.16, < 4.0) netrc (~> 0.8) rexml (3.3.8) - rouge (4.5.0) + rouge (4.5.1) rspec-core (3.13.1) rspec-support (~> 3.13.0) rspec-expectations (3.13.2) diff --git a/lib/govuk_publishing_components/version.rb b/lib/govuk_publishing_components/version.rb index e6733bbf87..f1c9b793f7 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = "45.2.0".freeze + VERSION = "45.3.0".freeze end