diff --git a/CHANGELOG.md b/CHANGELOG.md index b1d4e68b79..fbc7bac2b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ useful summary for people upgrading their application, not a replication of the commit log. +## 9.3.4 + +* Adjust metadata spacing in image card (PR #390) +* Fix focus states in branding model (PR #389) + ## 9.3.3 * Add explicit Civil Service branding (PR #387) diff --git a/Gemfile.lock b/Gemfile.lock index ac67a0f0ff..f1dd192128 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk_publishing_components (9.3.3) + govuk_publishing_components (9.3.4) govspeak (>= 5.0.3) govuk_app_config govuk_frontend_toolkit diff --git a/lib/govuk_publishing_components/version.rb b/lib/govuk_publishing_components/version.rb index 2a5eaa6f1d..259f4bcde4 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = '9.3.3'.freeze + VERSION = '9.3.4'.freeze end