diff --git a/CHANGELOG.md b/CHANGELOG.md index 1afd2f77..6692ccd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 1.8.2 Adds a `show_expiry` config option to allow you to choose whether to show the review due date and expired banner from your pages. Find out more about the [page expiry and review feature][expiry]. diff --git a/lib/govuk_tech_docs/version.rb b/lib/govuk_tech_docs/version.rb index 2d4d4361..35ee2183 100644 --- a/lib/govuk_tech_docs/version.rb +++ b/lib/govuk_tech_docs/version.rb @@ -1,3 +1,3 @@ module GovukTechDocs - VERSION = "1.8.1".freeze + VERSION = "1.8.2".freeze end