diff --git a/CHANGELOG.md b/CHANGELOG.md index 3559a9d197b..2ee18db4244 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Unreleased Changes ------------------ +2.11.605 (2020-10-09) +------------------ + * Feature - Aws::Amplify - Updated the API, and documentation for AWS Amplify. * Feature - Aws::EKS - Updated the API for Amazon Elastic Kubernetes Service. diff --git a/VERSION b/VERSION index 19bb975ec62..0c0f099a6c0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.11.604 \ No newline at end of file +2.11.605 \ 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 a24b676d1e5..49e12b2f6ef 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.604' + VERSION = '2.11.605' end