diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e1e79a30fb..6e0ef4d32f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Unreleased Changes ------------------ +2.11.620 (2020-11-04) +------------------ + * Feature - Aws::AutoScaling - Updated the API, and documentation for Auto Scaling. * Feature - Aws::EC2 - Updated the API, and documentation for Amazon Elastic Compute Cloud. diff --git a/VERSION b/VERSION index 4f058288126..2c366275f0b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.11.619 \ No newline at end of file +2.11.620 \ No newline at end of file diff --git a/aws-sdk-core/lib/aws-sdk-core/version.rb b/aws-sdk-core/lib/aws-sdk-core/version.rb index 1ad70fc378f..89dd1795b24 100644 --- a/aws-sdk-core/lib/aws-sdk-core/version.rb +++ b/aws-sdk-core/lib/aws-sdk-core/version.rb @@ -1,3 +1,3 @@ module Aws - VERSION = '2.11.619' + VERSION = '2.11.620' end