From 5ac17a8f46a2ebf8453b7bc41539c5de06738425 Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Thu, 24 Oct 2024 08:57:49 -0400 Subject: [PATCH] version bump to v2.23.0 --- CHANGELOG.md | 7 +++++++ README.md | 1 + lib/loofah/version.rb | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c48cd17..430c5d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 2.23.0 / 2024-10-24 + +### Added + +* Allow CSS property `min-width`. [#287] @lazyatom + + ## 2.22.0 / 2023-11-13 ### Added diff --git a/README.md b/README.md index ac669bd..11b76c9 100644 --- a/README.md +++ b/README.md @@ -384,6 +384,7 @@ Featuring code contributed by: * [@ahorek](https://github.com/ahorek) * [@rmacklin](https://github.com/rmacklin) * [@y-yagi](https://github.com/y-yagi) +* [@lazyatom](https://github.com/lazyatom) And a big shout-out to Corey Innis for the name, and feedback on the API. diff --git a/lib/loofah/version.rb b/lib/loofah/version.rb index 75a5855..ecb93d8 100644 --- a/lib/loofah/version.rb +++ b/lib/loofah/version.rb @@ -2,5 +2,5 @@ module Loofah # The version of Loofah you are using - VERSION = "2.22.0" + VERSION = "2.23.0" end