Skip to content

Commit

Permalink
version bump to v1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Dec 12, 2024
1 parent 5843d4d commit 9160d49
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## next / unreleased
## v1.6.2 / 2024-12-12

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

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rails-html-sanitizer (1.6.1)
rails-html-sanitizer (1.6.2)
loofah (~> 2.21)
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)

Expand Down
2 changes: 1 addition & 1 deletion lib/rails/html/sanitizer/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module Rails
module HTML
class Sanitizer
VERSION = "1.6.1"
VERSION = "1.6.2"
end
end
end

0 comments on commit 9160d49

Please sign in to comment.