Skip to content

Commit 0e8aabb

Browse files
authored
Merge pull request #400 from alphagov/release-440
Release v 4.4.0
2 parents 37f322b + 8f706e4 commit 0e8aabb

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
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)