diff --git a/CHANGELOG.md b/CHANGELOG.md index 977c76c7d6..013c7edb8b 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. +## Unreleased + + * Adds separate tracking data for a link to the homepage on breadcrumbs (PR #610) + ## 12.5.0 * Add a hidden 'Maybe' option to the feedback component. (PR #608) diff --git a/Gemfile.lock b/Gemfile.lock index 0faac4e903..dd45c2abb6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -332,8 +332,5 @@ DEPENDENCIES webmock (~> 3.0.1) yard -RUBY VERSION - ruby 2.5.3p105 - BUNDLED WITH 1.17.1 diff --git a/app/views/govuk_publishing_components/components/_layout_header.html.erb b/app/views/govuk_publishing_components/components/_layout_header.html.erb index 2fcadd50a5..5232bbb10a 100644 --- a/app/views/govuk_publishing_components/components/_layout_header.html.erb +++ b/app/views/govuk_publishing_components/components/_layout_header.html.erb @@ -6,7 +6,7 @@