From fd260bb7630a277dc9a5be0dc6f5883bb60b293e Mon Sep 17 00:00:00 2001 From: Callum Knights Date: Mon, 23 Dec 2024 11:18:41 +0000 Subject: [PATCH] Bump patch version to 8.8.1 --- CHANGELOG.md | 4 ++++ lib/govspeak/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47b1249..4ce36f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 8.8.1 + +* Fix a bug where headings were no longer rendering inside example boxes ([#374](https://github.com/alphagov/govspeak/pull/374)) + ## 8.8.0 * Strip trailing backslashes from the lines of an address ([#371](https://github.com/alphagov/govspeak/pull/371)) diff --git a/lib/govspeak/version.rb b/lib/govspeak/version.rb index f962661..b240c24 100644 --- a/lib/govspeak/version.rb +++ b/lib/govspeak/version.rb @@ -1,3 +1,3 @@ module Govspeak - VERSION = "8.8.0".freeze + VERSION = "8.8.1".freeze end