Skip to content

Commit 9160d49

Browse files
committedDec 12, 2024
version bump to v1.6.2
1 parent 5843d4d commit 9160d49

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## next / unreleased
1+
## v1.6.2 / 2024-12-12
22

33
* `PermitScrubber` fully supports frozen "allowed tags".
44

‎Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
rails-html-sanitizer (1.6.1)
4+
rails-html-sanitizer (1.6.2)
55
loofah (~> 2.21)
66
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
77

‎lib/rails/html/sanitizer/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module Rails
44
module HTML
55
class Sanitizer
6-
VERSION = "1.6.1"
6+
VERSION = "1.6.2"
77
end
88
end
99
end

0 commit comments

Comments
 (0)