Skip to content

Commit a8531e7

Browse files
committed
version bump and docs
1 parent 8007c4f commit a8531e7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 3.5.1
2+
3+
* Fix bug that can occur when useragent library version is older, resulting in a nil version sometimes.
4+
* Add constant for `strict-dynamic`
5+
16
## 3.5.0
27

38
This release adds support for setting two CSP headers (enforced/report-only) and management around them.

secure_headers.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- encoding: utf-8 -*-
22
Gem::Specification.new do |gem|
33
gem.name = "secure_headers"
4-
gem.version = "3.5.0"
4+
gem.version = "3.5.1"
55
gem.authors = ["Neil Matatall"]
66
gem.email = ["neil.matatall@gmail.com"]
77
gem.description = 'Security related headers all in one gem.'

0 commit comments

Comments
 (0)