diff --git a/CHANGELOG.md b/CHANGELOG.md index 27eb926db4a..dd1bfe00744 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Unreleased Changes ------------------ +2.11.601 (2020-10-05) +------------------ + * Feature - Aws::DynamoDB - Updated the API, and documentation for Amazon DynamoDB. * Feature - Aws::Glue - Updated the API, and documentation for AWS Glue. diff --git a/VERSION b/VERSION index f86ddf863ff..9ae7125e966 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.11.600 \ No newline at end of file +2.11.601 \ 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 bfeb1332fcf..9b517e2e171 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.600' + VERSION = '2.11.601' end