Skip to content

Commit 19fd6cd

Browse files
committed
version bump to v1.6.0
1 parent a9b2f1e commit 19fd6cd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
## 1.6.0.rc2 / 2023-05-24
1+
## 1.6.0 / 2023-05-26
2+
23
* Dependencies have been updated:
34

45
- Loofah `~>2.21` and Nokogiri `~>1.14` for HTML5 parser support

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

0 commit comments

Comments
 (0)