Skip to content

Commit 6b52428

Browse files
authored
Merge pull request #487 from github/release-v6.3.4
Update changelog and version for v6.3.4.
2 parents 0dc7fee + fac659e commit 6b52428

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.3.4
2+
3+
- CSP: Do not deduplicate alternate schema source expressions (@keithamus): https://github.com/github/secure_headers/pull/478
4+
15
## 6.3.3
26

37
Fix hash generation for indented helper methods (@rahearn)

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.3.3"
4+
VERSION = "6.3.4"
55
end

0 commit comments

Comments
 (0)