Skip to content

Commit 483f4d7

Browse files
committed
changelog and bump to 4.0.1
1 parent 4bc4b74 commit 483f4d7

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
1-
## 4.x
1+
## 4.0.1
2+
3+
- Adds support for `worker-src` CSP directive to 4.x line (https://github.com/twitter/secureheaders/pull/364)
4+
5+
## 4.0
26

37
- See the [upgrading to 4.0](upgrading-to-4-0.md) guide. Lots of breaking changes.
48

9+
## 3.7.2
10+
11+
- Adds support for `worker-src` CSP directive to 3.x line (https://github.com/twitter/secureheaders/pull/364)
12+
513
## 3.7.1
614

715
Fix support for the sandbox attribute of CSP. `true` and `[]` represent the maximally restricted policy (`sandbox;`) and validate other values.

secure_headers.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# frozen_string_literal: true
33
Gem::Specification.new do |gem|
44
gem.name = "secure_headers"
5-
gem.version = "4.0.0"
5+
gem.version = "4.0.1"
66
gem.authors = ["Neil Matatall"]
77
gem.email = ["[email protected]"]
88
gem.description = "Manages application of security headers with many safe defaults."

0 commit comments

Comments
 (0)