Skip to content

Commit 0678a74

Browse files
authored
v6.5.0 (#501)
Release notes: - CSP: Remove source expression deduplication. (@lgarron) #499
2 parents b6ef2ed + 3adb9ba commit 0678a74

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 6.5.0
2+
3+
- CSP: Remove source expression deduplication. (@lgarron) https://github.com/github/secure_headers/pull/499
4+
15
## 6.4.0
26

37
- CSP: Add support for trusted-types, require-trusted-types-for directive (@JackMc): https://github.com/github/secure_headers/pull/486

lib/secure_headers/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

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

0 commit comments

Comments
 (0)