diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fc30ed061..fc53afcb3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ useful summary for people upgrading their application, not a replication of the commit log. +## 35.15.5 + +* Use an absolute URL for og:image Open Graph property ([PR #3619](https://github.com/alphagov/govuk_publishing_components/pull/3619)) + ## 35.15.4 * Add query string to GA4 pageview tracking ([PR #3609](https://github.com/alphagov/govuk_publishing_components/pull/3609)) diff --git a/Gemfile.lock b/Gemfile.lock index cc25278146..0768a1c8c5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk_publishing_components (35.15.4) + govuk_publishing_components (35.15.5) govuk_app_config govuk_personalisation (>= 0.7.0) kramdown @@ -139,7 +139,7 @@ GEM sentry-rails (~> 5.3) sentry-ruby (~> 5.3) statsd-ruby (~> 1.5) - govuk_personalisation (0.14.0) + govuk_personalisation (0.15.0) plek (>= 1.9.0) rails (>= 6, < 8) govuk_schemas (4.6.0) diff --git a/lib/govuk_publishing_components/version.rb b/lib/govuk_publishing_components/version.rb index 1d380d77db..78d04f9ddf 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = "35.15.4".freeze + VERSION = "35.15.5".freeze end