From 3d80a4eb2745e466c4f7958cb838ce3806ecbff7 Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Sat, 1 Apr 2023 13:04:04 -0400 Subject: [PATCH] version bump to v2.20.0 --- CHANGELOG.md | 4 ++-- lib/loofah/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3869dc9..cd44ab7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,12 @@ # Changelog -## next / unreleased +## 2.20.0 / 2023-04-01 ### Features * Allow SVG attributes `color-profile`, `cursor`, `filter`, `marker`, and `mask`. [[#246](https://github.com/flavorjones/loofah/issues/246)] * Allow SVG elements `altGlyph`, `cursor`, `feImage`, `pattern`, and `tref`. [[#246](https://github.com/flavorjones/loofah/issues/246)] -* Allow protovols `fax` and `modem`. [[#255](https://github.com/flavorjones/loofah/issues/255)] (Thanks, [@cjba7](https://github.com/cjba7)!) +* Allow protocols `fax` and `modem`. [[#255](https://github.com/flavorjones/loofah/issues/255)] (Thanks, [@cjba7](https://github.com/cjba7)!) ## 2.19.1 / 2022-12-13 diff --git a/lib/loofah/version.rb b/lib/loofah/version.rb index af6b6d0..65e1f27 100644 --- a/lib/loofah/version.rb +++ b/lib/loofah/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Loofah # The version of Loofah you are using - VERSION = "2.20.0.dev" + VERSION = "2.20.0" end