Skip to content

Commit 40e45a1

Browse files
committed
bump to 5.1
1 parent 936a160 commit 40e45a1

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+
## 5.1.0
2+
3+
Fixes semicolon injection issue reported by @mvgijssel see https://github.com/twitter/secure_headers/issues/418
4+
15
## 5.0.5
26

37
A release to deprecate `SecureHeaders::Configuration#get` in prep for 6.x

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 = "5.0.5"
5+
gem.version = "5.1.0"
66
gem.authors = ["Neil Matatall"]
77
gem.email = ["neil.matatall@gmail.com"]
88
gem.description = "Manages application of security headers with many safe defaults."

0 commit comments

Comments
 (0)