diff --git a/CHANGELOG.md b/CHANGELOG.md index 403d0cdc..046198ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 6.7.8 + +* Fixes bug which reverts acronyms from being converted into abbr tags [#229](https://github.com/alphagov/govspeak/pull/229) + ## 6.7.7 * Fix broken HTML in CTA extension. [#226](https://github.com/alphagov/govspeak/pull/226) diff --git a/lib/govspeak/version.rb b/lib/govspeak/version.rb index 1427e984..b0958e98 100644 --- a/lib/govspeak/version.rb +++ b/lib/govspeak/version.rb @@ -1,3 +1,3 @@ module Govspeak - VERSION = "6.7.7".freeze + VERSION = "6.7.8".freeze end