diff --git a/CHANGELOG.md b/CHANGELOG.md index 23dc64c866c..2c4d62f35d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Unreleased Changes ------------------ +2.11.624 (2020-11-10) +------------------ + * Feature - Aws::AutoScaling - Updated the documentation for Auto Scaling. * Feature - Aws::EC2 - Updated the API, and documentation for Amazon Elastic Compute Cloud. diff --git a/VERSION b/VERSION index f6cf16d4279..9cc0682ea09 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.11.623 \ No newline at end of file +2.11.624 \ 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 a902777e508..91dc33d9fb7 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.623' + VERSION = '2.11.624' end