Skip to content

Commit a337ec8

Browse files
committed
version bump to v1.5.0
1 parent 459f1cd commit a337ec8

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.5.0 / 2023-01-20
22

33
* `SafeListSanitizer`, `PermitScrubber`, and `TargetScrubber` now all support pruning of unsafe tags.
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.5.0.dev"
4+
VERSION = "1.5.0"
55
end
66
end
77
end

0 commit comments

Comments
 (0)