Skip to content

Commit 3609472

Browse files
authored
Merge pull request alphagov#300 from alphagov/release-3.2.1
Release v3.2.1
2 parents d1a503b + 6782c71 commit 3609472

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+
## 3.2.1
6+
57
### Fixes
68

79
- [#296: Fix Nokogiri Node.new deprecation warnings](https://github.com/alphagov/tech-docs-gem/pull/296) (thanks [@timja](https://github.com/timja))

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

0 commit comments

Comments
 (0)