Skip to content

Commit 2e9ec19

Browse files
committed
version bump to v1.4.0
1 parent 3f833f6 commit 2e9ec19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## next / unreleased
1+
## 1.4.0 / 2021-08-18
22

33
* Processing Instructions are no longer allowed by Rails::Html::PermitScrubber
44

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.3.0"
4+
VERSION = "1.4.0"
55
end
66
end
77
end

0 commit comments

Comments
 (0)