diff --git a/CHANGELOG.md b/CHANGELOG.md index c0296f79ff..4db70e1daa 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 +## 18.0.1 * Make the gem _slimmer_ by only including GOV.UK Frontend (#1041) * Remove unused image assets previously used in the button component and references to zombie image assets (#1042) diff --git a/Gemfile.lock b/Gemfile.lock index c3c653c747..83bff58032 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk_publishing_components (18.0.0) + govuk_publishing_components (18.0.1) gds-api-adapters govuk_app_config govuk_frontend_toolkit diff --git a/lib/govuk_publishing_components/version.rb b/lib/govuk_publishing_components/version.rb index 4834ae4f8e..6e0ae671c0 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = '18.0.0'.freeze + VERSION = '18.0.1'.freeze end