diff --git a/HISTORY.md b/HISTORY.md index 7f59f4ae..a76e8d1b 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,10 @@ +1.1.1 +====== + +Bug fix release. +- Parsing of CSP reports was busted. +- Forwarded reports did not include the original referer, ip, UA + 1.1.0 ====== diff --git a/lib/secure_headers/version.rb b/lib/secure_headers/version.rb index 6fb178c4..96a51f44 100644 --- a/lib/secure_headers/version.rb +++ b/lib/secure_headers/version.rb @@ -1,3 +1,3 @@ module SecureHeaders - VERSION = "1.1.0" + VERSION = "1.1.1" end