diff --git a/Changelog.md b/Changelog.md index 94cf0be..8734bd5 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,7 +1,11 @@ Changelog -HEAD - Add `:ignore_params` to instruct the signer to drop parameters +0.6.0 + Fix failing tests on travis. + Fix crash on jruby >= 1.6.6 + Short circuit signature validation if no authentication parameters were given (Thanks to skade) + Add `:ignore_params` to instruct the signer to drop parameters (Thanks to skade) + 0.5.5 issue 12: fixes errors in header-based authentication diff --git a/warden-hmac-authentication.gemspec b/warden-hmac-authentication.gemspec index 996c29a..33fe543 100644 --- a/warden-hmac-authentication.gemspec +++ b/warden-hmac-authentication.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.name = "warden-hmac-authentication" - s.version = "0.5.5" + s.version = "0.6.0" s.platform = Gem::Platform::RUBY s.authors = ["Felix Gilcher", "Florian Gilcher"] s.email = ["felix.gilcher@asquera.de", "florian.gilcher@asquera.de"]