Skip to content

Commit 51dc564

Browse files
v1.3.0
1 parent 65b9f88 commit 51dc564

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.3.0
2+
3+
* Address deprecations in Loofah 2.3.0.
4+
5+
*Josh Goodall*
6+
17
## 1.2.0
28

39
* Remove needless `white_list_sanitizer` deprecation.

lib/rails/html/sanitizer/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Rails
22
module Html
33
class Sanitizer
4-
VERSION = "1.2.0"
4+
VERSION = "1.3.0"
55
end
66
end
77
end

0 commit comments

Comments
 (0)