diff --git a/CHANGELOG.md b/CHANGELOG.md index 6710977f..05f19fb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## 8.3.3 * Fix single line formatting of call to action component ([#302](https://github.com/alphagov/govspeak/pull/302)) diff --git a/lib/govspeak/version.rb b/lib/govspeak/version.rb index c70f3629..c3e7fa8c 100644 --- a/lib/govspeak/version.rb +++ b/lib/govspeak/version.rb @@ -1,3 +1,3 @@ module Govspeak - VERSION = "8.3.2".freeze + VERSION = "8.3.3".freeze end