We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65b9f88 commit 51dc564Copy full SHA for 51dc564
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 1.3.0
2
+
3
+* Address deprecations in Loofah 2.3.0.
4
5
+ *Josh Goodall*
6
7
## 1.2.0
8
9
* Remove needless `white_list_sanitizer` deprecation.
lib/rails/html/sanitizer/version.rb
@@ -1,7 +1,7 @@
module Rails
module Html
class Sanitizer
- VERSION = "1.2.0"
+ VERSION = "1.3.0"
end
0 commit comments