Skip to content

Commit 8f706e4

Browse files
committed
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](#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`
1 parent 37f322b commit 8f706e4

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
## Unreleased
1+
## 4.4.0
22

3-
- [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)
3+
### New features
4+
5+
- [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)
46

57
To use the service_link at the start of the path to the favicon images, you need to
68
- set `use_service_link_for_favicon: true`

lib/govuk_tech_docs/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module GovukTechDocs
2-
VERSION = "4.3.1".freeze
2+
VERSION = "4.4.0".freeze
33
end

0 commit comments

Comments
 (0)