diff --git a/History.txt b/History.txt index 03e99fd..5a170a3 100644 --- a/History.txt +++ b/History.txt @@ -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 + \ No newline at end of file diff --git a/lib/awsbase/version.rb b/lib/awsbase/version.rb index 6fd279f..7e51308 100644 --- a/lib/awsbase/version.rb +++ b/lib/awsbase/version.rb @@ -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