Skip to content

Commit

Permalink
Update Changelog and bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Xylakant committed Apr 13, 2012
1 parent da5fac0 commit 0384bb7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions 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

Expand Down
2 changes: 1 addition & 1 deletion warden-hmac-authentication.gemspec
Expand Up @@ -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"]
Expand Down

0 comments on commit 0384bb7

Please sign in to comment.