diff --git a/History.txt b/History.txt index 6f3d255..1697f00 100644 --- a/History.txt +++ b/History.txt @@ -303,3 +303,9 @@ the source key. - SDB: uuid gem dependency - this gem requires right_http_connection 0bc3343232133bdb38c237d8285525d74495d3f5 or later - "Raise On Timeout On Action" feature added to avoid duplicate resources creation if a timeout error occures and a retry is performed + +=== 2.1.1 + Release Notes: + - Fixed: + - redirect issue when putting file to S3 in us-west-2 (https://github.com/rightscale/right_aws/issues/125) + diff --git a/lib/awsbase/version.rb b/lib/awsbase/version.rb index e7bf173..f91b9be 100644 --- a/lib/awsbase/version.rb +++ b/lib/awsbase/version.rb @@ -2,7 +2,7 @@ module RightAws #:nodoc: module VERSION #:nodoc: MAJOR = 2 unless defined?(MAJOR) MINOR = 1 unless defined?(MINOR) - TINY = 0 unless defined?(TINY) + TINY = 1 unless defined?(TINY) STRING = [MAJOR, MINOR, TINY].join('.') unless defined?(STRING) end