diff --git a/CHANGELOG.md b/CHANGELOG.md index 41af271..d6aa002 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 8.8.3 + +* Update dependencies (actionview < 8.0.2, sanitize < 8, rubocop-govuk = 5.0.7) + ## 8.8.2 * Fix a bug where headings were no longer rendering inside example boxes ([#374](https://github.com/alphagov/govspeak/pull/374)) diff --git a/lib/govspeak/version.rb b/lib/govspeak/version.rb index 016ec02..f6ec3e7 100644 --- a/lib/govspeak/version.rb +++ b/lib/govspeak/version.rb @@ -1,3 +1,3 @@ module Govspeak - VERSION = "8.8.2".freeze + VERSION = "8.8.3".freeze end