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