Skip to content

Commit

Permalink
v6.5.0 (#501)
Browse files Browse the repository at this point in the history
Release notes:

- CSP: Remove source expression deduplication. (@lgarron)
#499
  • Loading branch information
lgarron authored Oct 24, 2022
2 parents b6ef2ed + 3adb9ba commit 0678a74
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 6.5.0

- CSP: Remove source expression deduplication. (@lgarron) https://github.com/github/secure_headers/pull/499

## 6.4.0

- CSP: Add support for trusted-types, require-trusted-types-for directive (@JackMc): https://github.com/github/secure_headers/pull/486
Expand Down
2 changes: 1 addition & 1 deletion lib/secure_headers/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module SecureHeaders
VERSION = "6.4.0"
VERSION = "6.5.0"
end

0 comments on commit 0678a74

Please sign in to comment.