Skip to content

Commit

Permalink
Bump to version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
seangeo committed Oct 1, 2009
1 parent 50baf34 commit bd1aac4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions History.txt
@@ -1,3 +1,7 @@
== 1.1.1 2009-10-01

* Fixed bug in headers on recent versions of Ruby.

== 1.1.0 2009-02-26

* Added support for custom request signatures and service ids. (ascarter)
Expand Down
2 changes: 1 addition & 1 deletion lib/auth-hmac/version.rb
Expand Up @@ -2,7 +2,7 @@ class AuthHMAC
module VERSION #:nodoc:
MAJOR = 1
MINOR = 1
TINY = 0
TINY = 1

STRING = [MAJOR, MINOR, TINY].join('.')
end
Expand Down

0 comments on commit bd1aac4

Please sign in to comment.