Skip to content

Commit

Permalink
version bump to v2.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed May 15, 2023
1 parent 5c4a567 commit e34118a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog

## 2.21.3 / 2023-05-15

* Quash "instance variable not initialized" warning in Ruby < 3.0. [[#268](https://github.com/flavorjones/loofah/issues/268)] (Thanks, [@dharamgollapudi](https://github.com/dharamgollapudi)!)


## 2.21.2 / 2023-05-11

### Dependencies
Expand Down
2 changes: 1 addition & 1 deletion lib/loofah/version.rb
Expand Up @@ -2,5 +2,5 @@

module Loofah
# The version of Loofah you are using
VERSION = "2.21.2"
VERSION = "2.21.3"
end

0 comments on commit e34118a

Please sign in to comment.