Skip to content

Commit 084f517

Browse files
authored
update version and changelog (#494)
* update version and changelog * add PR link to changelog
1 parent 494b75f commit 084f517

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 6.4.0
2+
3+
- CSP: Add support for trusted-types, require-trusted-types-for directive (@JackMc): https://github.com/github/secure_headers/pull/486
4+
15
## 6.3.4
26

37
- CSP: Do not deduplicate alternate schema source expressions (@keithamus): https://github.com/github/secure_headers/pull/478

lib/secure_headers/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module SecureHeaders
4-
VERSION = "6.3.4"
4+
VERSION = "6.4.0"
55
end

0 commit comments

Comments
 (0)