Skip to content

Commit

Permalink
bump 3.x line for worker-src change
Browse files Browse the repository at this point in the history
  • Loading branch information
oreoshake committed Oct 3, 2017
1 parent 5309cc8 commit 3566cc3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
## 3.7.2

- Adds support for `worker-src` CSP directive to 3.x line (https://github.com/twitter/secureheaders/pull/364)

## 3.7.1

Fix support for the sandbox attribute of CSP. `true` and `[]` represent the maximally restricted policy (`sandbox;`) and validate other values.
Expand Down
2 changes: 1 addition & 1 deletion secure_headers.gemspec
@@ -1,7 +1,7 @@
# -*- encoding: utf-8 -*-
Gem::Specification.new do |gem|
gem.name = "secure_headers"
gem.version = "3.7.1"
gem.version = "3.7.2"
gem.authors = ["Neil Matatall"]
gem.email = ["neil.matatall@gmail.com"]
gem.description = 'Manages application of security headers with many safe defaults.'
Expand Down

0 comments on commit 3566cc3

Please sign in to comment.