Skip to content

Commit f3d3f9d

Browse files
committed
bump to 6.3.1
1 parent 3815ab4 commit f3d3f9d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 6.3.1
2+
3+
Fixes deprecation warnings when running under ruby 2.7
4+
15
## 6.3.0
26

37
Fixes newline injection issue

lib/secure_headers/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module SecureHeaders
4-
VERSION = "6.3.0"
4+
VERSION = "6.3.1"
55
end

0 commit comments

Comments
 (0)