diff --git a/CHANGELOG.md b/CHANGELOG.md index 09a39e3e..451568c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## 8.2.1 * Prevent user error when incorrectly formatted footnotes are added to HTML attachments ([#287](https://github.com/alphagov/govspeak/pull/287)) diff --git a/lib/govspeak/version.rb b/lib/govspeak/version.rb index 139b8743..c78d14da 100644 --- a/lib/govspeak/version.rb +++ b/lib/govspeak/version.rb @@ -1,3 +1,3 @@ module Govspeak - VERSION = "8.2.0".freeze + VERSION = "8.2.1".freeze end