Skip to content

Commit a8a0413

Browse files
committed
version bump to v1.7.0
1 parent ea9e7a4 commit a8a0413

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## unreleased
1+
## v1.7.0 / 2026-02-24
22

33
* Add `Rails::HTML::Sanitizer.allowed_uri?` which delegates to `Loofah::HTML5::Scrub.allowed_uri?`,
44
allowing the Rails framework to check URI safety without a direct dependency on Loofah.

lib/rails/html/sanitizer/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module Rails
44
module HTML
55
class Sanitizer
6-
VERSION = "1.7.0.dev"
6+
VERSION = "1.7.0"
77
end
88
end
99
end

0 commit comments

Comments
 (0)