We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6ef2ed commit 5b12e41Copy full SHA for 5b12e41
CHANGELOG.md
@@ -1,6 +1,6 @@
1
-## 6.4.0
+## 6.5.0
2
3
-- CSP: Add support for trusted-types, require-trusted-types-for directive (@JackMc): https://github.com/github/secure_headers/pull/486
+- CSP: Remove source expression deduplication. (@lgarron) https://github.com/github/secure_headers/pull/499
4
5
## 6.3.4
6
lib/secure_headers/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module SecureHeaders
- VERSION = "6.4.0"
+ VERSION = "6.5.0"
end
0 commit comments