Skip to content

Commit c7fc44c

Browse files
committed
bump to 5.0.4
1 parent 83eddbd commit c7fc44c

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.0.4
2+
3+
- Adds support for `nonced_stylesheet_pack_tag` #373 (@paulfri)
4+
15
## 5.0.3
26

37
- Add nonced versions of Rails link/include tags #372 (@steveh)

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.3"
5+
gem.version = "5.0.4"
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)