From 8f706e4faf02d3f84d782a026d82d375dec6826a Mon Sep 17 00:00:00 2001 From: Jani Kraner Date: Fri, 2 May 2025 11:27:16 +0100 Subject: [PATCH] Release v 4.4.0 ## 4.4.0 ### New features - [Use the service link as the start of the path to the favicon images if required](https://github.com/alphagov/tech-docs-gem/pull/399) To use the service_link at the start of the path to the favicon images, you need to - set `use_service_link_for_favicon: true` --- CHANGELOG.md | 6 ++++-- lib/govuk_tech_docs/version.rb | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25cd7599..716af404 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ -## Unreleased +## 4.4.0 -- [Fix: Use the service link as the start of the path to the favicon images if required](https://github.com/alphagov/tech-docs-gem/pull/399) +### New features + +- [Use the service link as the start of the path to the favicon images if required](https://github.com/alphagov/tech-docs-gem/pull/399) To use the service_link at the start of the path to the favicon images, you need to - set `use_service_link_for_favicon: true` diff --git a/lib/govuk_tech_docs/version.rb b/lib/govuk_tech_docs/version.rb index 81ed6673..4505984a 100644 --- a/lib/govuk_tech_docs/version.rb +++ b/lib/govuk_tech_docs/version.rb @@ -1,3 +1,3 @@ module GovukTechDocs - VERSION = "4.3.1".freeze + VERSION = "4.4.0".freeze end