diff --git a/CHANGELOG.md b/CHANGELOG.md index 08507522aa6..5d6e3a91e4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Unreleased Changes ------------------ +2.11.585 (2020-09-14) +------------------ + * Feature - Aws::DocDB - Updated the API, and documentation for Amazon DocumentDB with MongoDB compatibility. * Feature - Aws::EC2 - Updated the API for Amazon Elastic Compute Cloud. diff --git a/VERSION b/VERSION index d86021e0399..32574d5a565 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.11.584 \ No newline at end of file +2.11.585 \ 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 33495fcf2e2..384cfa3ce91 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.584' + VERSION = '2.11.585' end