Skip to content

Commit 5592e9a

Browse files
committed
bump to 6.3.2
1 parent 7693be0 commit 5592e9a

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.2
2+
3+
Add support for style-src-attr, style-src-elem, script-src-attr, and script-src-elem directives (@ggalmazor)
4+
15
## 6.3.1
26

37
Fixes deprecation warnings when running under ruby 2.7

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

0 commit comments

Comments
 (0)