From 937aa55605b1ac36eb27bfdcb69784ea59e749fc Mon Sep 17 00:00:00 2001 From: Dawa Ometto Date: Tue, 13 Sep 2022 12:16:11 +0200 Subject: [PATCH] Release 5.2.1 --- HISTORY.md | 5 +++++ lib/gollum-lib/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 68479dc0..159a19a1 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,8 @@ +# 5.2.1 / 2022-09-13 + +* Fixed: 'controls' attribute in audio and video tags should not be sanitized. #430 (@dometto) + + # 5.2 / 2022-05-28 * Conditionally render "editable" heading classes. Resolves https://github.com/gollum/gollum/issues/1785 (@benjaminwil) diff --git a/lib/gollum-lib/version.rb b/lib/gollum-lib/version.rb index 3e982603..54ac1399 100644 --- a/lib/gollum-lib/version.rb +++ b/lib/gollum-lib/version.rb @@ -1,5 +1,5 @@ module Gollum module Lib - VERSION = '5.2' + VERSION = '5.2.1' end end