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 3815ab4 commit f3d3f9dCopy full SHA for f3d3f9d
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 6.3.1
2
+
3
+Fixes deprecation warnings when running under ruby 2.7
4
5
## 6.3.0
6
7
Fixes newline injection issue
lib/secure_headers/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module SecureHeaders
- VERSION = "6.3.0"
+ VERSION = "6.3.1"
end
0 commit comments