From 3eb0043a13a87e7a6eb31f33a5b1c5d77f370545 Mon Sep 17 00:00:00 2001 From: AWS SDK for Ruby Date: Mon, 14 Sep 2020 18:59:32 +0000 Subject: [PATCH] Bumped version for 2.11.585 release. --- CHANGELOG.md | 3 +++ VERSION | 2 +- aws-sdk-core/lib/aws-sdk-core/version.rb | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) 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