diff --git a/HISTORY.md b/HISTORY.md index 8928b659..7f019d14 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,10 @@ +1.3.4 +====== + +* Adds X-Download-Options support +* Adds support for X-XSS-Protection reporting +* Defers loading of rails engine for faster boot times + 1.3.3 ====== diff --git a/lib/secure_headers/version.rb b/lib/secure_headers/version.rb index 756a653d..448815f1 100644 --- a/lib/secure_headers/version.rb +++ b/lib/secure_headers/version.rb @@ -1,3 +1,3 @@ module SecureHeaders - VERSION = "1.3.3" + VERSION = "1.3.4" end