Skip to content

Commit 3b31be5

Browse files
committed
version bump to v1.6.0.rc2
1 parent b98af6c commit 3b31be5

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-
## 1.6.0.rc1 / 2023-05-24
1+
## 1.6.0.rc2 / 2023-05-24
22

33
* HTML5 standards-compliant sanitizers 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.rc1"
6+
VERSION = "1.6.0.rc2"
77
end
88
end
99
end

0 commit comments

Comments
 (0)