From 85441f4fee9c58a49aabe2ff316c6c24c53f0b9e Mon Sep 17 00:00:00 2001 From: pezholio Date: Wed, 23 Oct 2024 09:32:19 +0100 Subject: [PATCH] Bump Version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Although the name change is a breaking change, this is not a feature that is being used anywhere, so I think it’s reasonable to keep it as a patch version. --- CHANGELOG.md | 5 +++++ lib/govspeak/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7888208..5cda9ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +### 8.5.1 + +* Rename embed-related code to `content block` +* Do not attempt to parse embed codes if `content_blocks` option is missing + ### 8.5.0 * Support embeds in Govspeak diff --git a/lib/govspeak/version.rb b/lib/govspeak/version.rb index 58236eb..e8bb998 100644 --- a/lib/govspeak/version.rb +++ b/lib/govspeak/version.rb @@ -1,3 +1,3 @@ module Govspeak - VERSION = "8.5.0".freeze + VERSION = "8.5.1".freeze end