Skip to content

Commit 5419017

Browse files
committed
version bump to v1.6.0.rc1
1 parent 669dcd0 commit 5419017

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.6.0.rc1 / 2023-05-24
22

33
* Sanitizers that use an HTML5 parser are now available on platforms supported by
44
Nokogiri::HTML5. These are available as:

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.0.dev"
6+
VERSION = "1.6.0.rc1"
77
end
88
end
99
end

0 commit comments

Comments
 (0)