Skip to content

Commit b41bc7a

Browse files
committed
version bump to v1.4.1
1 parent 04daa64 commit b41bc7a

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.1 / 2021-08-18
22

33
* Fix regression in v1.4.0 that did not pass comment nodes to the scrubber.
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.4.0"
4+
VERSION = "1.4.1"
55
end
66
end
77
end

0 commit comments

Comments
 (0)