Skip to content

Commit b293b54

Browse files
author
Neil Matatall
committed
docs and version bump (x2)
1 parent fab0f25 commit b293b54

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

HISTORY.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1-
1.2.0
1+
1.3.0
22
======
33

44
- CSP nonce support was added back and is compliant.
55
- Bugs:
66
-- enforce, disable_fill_missing, and disable_chrome_extension did not accept lambdas for no good reason
77
-- IF a default-src was specified, and an img-src was not, and disable_fill_missing was true, the img-src value would be :data
88

9+
1.2.0
10+
======
11+
- Allow procs to be used as config values.
12+
913
1.1.1
1014
======
1115

lib/secure_headers/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module SecureHeaders
2-
VERSION = "1.1.1"
2+
VERSION = "1.3.0"
33
end

0 commit comments

Comments
 (0)