diff --git a/History.txt b/History.txt index 1b874c3..a3a0127 100644 --- a/History.txt +++ b/History.txt @@ -283,7 +283,7 @@ the source key. - :created_time in: RightAws::ElbInterface#describe_load_balancers -=== next +=== 2.1.0 Release Notes: - Added: - ACF: API '2010-11-01' diff --git a/lib/awsbase/version.rb b/lib/awsbase/version.rb index 6bb04ae..e7bf173 100644 --- a/lib/awsbase/version.rb +++ b/lib/awsbase/version.rb @@ -1,7 +1,7 @@ module RightAws #:nodoc: module VERSION #:nodoc: MAJOR = 2 unless defined?(MAJOR) - MINOR = 0 unless defined?(MINOR) + MINOR = 1 unless defined?(MINOR) TINY = 0 unless defined?(TINY) STRING = [MAJOR, MINOR, TINY].join('.') unless defined?(STRING)