Skip to content

Commit

Permalink
Release 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
konstantin committed Jan 17, 2012
1 parent 78d63f5 commit 52ad779
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions History.txt
Expand Up @@ -327,3 +327,10 @@ the source key.
- SDB: ConsistentRead support
- bunch of micro bugs

=== 3.0.1
Release Notes:
- Fixed:
- SignatureDoesNotMatch on file download via get_link()
- S3#bucket should not fail for non admin creds
- couple doc typos

2 changes: 1 addition & 1 deletion lib/awsbase/version.rb
Expand Up @@ -2,7 +2,7 @@ module RightAws #:nodoc:
module VERSION #:nodoc:
MAJOR = 3 unless defined?(MAJOR)
MINOR = 0 unless defined?(MINOR)
TINY = 0 unless defined?(TINY)
TINY = 1 unless defined?(TINY)

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

0 comments on commit 52ad779

Please sign in to comment.