We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 37f322b + 8f706e4 commit 0e8aabbCopy full SHA for 0e8aabb
CHANGELOG.md
@@ -1,6 +1,8 @@
1
-## Unreleased
+## 4.4.0
2
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)
+### 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)
6
7
To use the service_link at the start of the path to the favicon images, you need to
8
- set `use_service_link_for_favicon: true`
lib/govuk_tech_docs/version.rb
@@ -1,3 +1,3 @@
module GovukTechDocs
- VERSION = "4.3.1".freeze
+ VERSION = "4.4.0".freeze
end
0 commit comments