We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83eddbd commit c7fc44cCopy full SHA for c7fc44c
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 5.0.4
2
+
3
+- Adds support for `nonced_stylesheet_pack_tag` #373 (@paulfri)
4
5
## 5.0.3
6
7
- Add nonced versions of Rails link/include tags #372 (@steveh)
secure_headers.gemspec
@@ -2,7 +2,7 @@
# frozen_string_literal: true
Gem::Specification.new do |gem|
gem.name = "secure_headers"
- gem.version = "5.0.3"
+ gem.version = "5.0.4"
gem.authors = ["Neil Matatall"]
gem.email = ["[email protected]"]
8
gem.description = "Manages application of security headers with many safe defaults."
0 commit comments