Skip to content

Commit e140155

Browse files
authored
Merge pull request #181 from alphagov/release-v2.0.12
Release v2.0.12
2 parents ff87d2c + 26becc6 commit e140155

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 2.0.12
6+
57
- [Pull request #179: Use current markup for header and footer](https://github.com/alphagov/tech-docs-gem/pull/179)
68
- [Pull request #178: Update dependencies and fix tests](https://github.com/alphagov/tech-docs-gem/pull/178) – includes updating GOV.UK Frontend to v3.6.0.
79
- [Pull request #176: Use correct separator for page titles](https://github.com/alphagov/tech-docs-gem/pull/176)

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

0 commit comments

Comments
 (0)