Skip to content

Commit

Permalink
version bump to v2.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed May 10, 2023
1 parent f874431 commit bb6653d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 2.21.1 / 2023-05-10

### Fixed

* Don't define `HTML5::Document` and `HTML5::DocumentFragment` when Nokogiri is `< 1.14`. In 2.21.0 these classes were defined whenever `Nokogiri::HTML5` was defined, but Nokogiri v1.12 and v1.13 do not support Loofah subclassing properly.


## 2.21.0 / 2023-05-10

### HTML5 Support
Expand Down
2 changes: 1 addition & 1 deletion lib/loofah/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

module Loofah
# The version of Loofah you are using
VERSION = "2.21.0"
VERSION = "2.21.1"
end

0 comments on commit bb6653d

Please sign in to comment.