diff --git a/CHANGELOG.md b/CHANGELOG.md index a90651e0a9..cad7f663b4 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 +## 41.1.1 * Update card component styles ([PR #4141](https://github.com/alphagov/govuk_publishing_components/pull/4141)) diff --git a/Gemfile.lock b/Gemfile.lock index 6b3f29e2b7..70a7e1b791 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk_publishing_components (41.1.0) + govuk_publishing_components (41.1.1) govuk_app_config govuk_personalisation (>= 0.7.0) kramdown diff --git a/lib/govuk_publishing_components/version.rb b/lib/govuk_publishing_components/version.rb index 69b3761f17..9753aa1a55 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = "41.1.0".freeze + VERSION = "41.1.1".freeze end