Skip to content

Commit 978addb

Browse files
kr8n3rmaverickvi
authored andcommitted
Release version 4.2.0
## 4.2.0 ## New features - [Allow non-GOV.UK favicon and opengraph assets](alphagov#387) To use a non-crown assets, you need to - add `favicon.ico`, `favicon.svg` and `opengraph-image.png` to your `source/images` folder. - set `show_govuk_logo: false`
1 parent 2b11923 commit 978addb

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
## Unreleased
1+
## 4.2.0
2+
3+
## New features
24

35
- [Allow non-GOV.UK favicon and opengraph assets](https://github.com/alphagov/tech-docs-gem/pull/387)
46

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.1.2".freeze
2+
VERSION = "4.2.0".freeze
33
end

0 commit comments

Comments
 (0)