From a127b0037694b3ad6ebf8ce80fef7f55dd3e0bc2 Mon Sep 17 00:00:00 2001 From: AWS SDK for Ruby Date: Fri, 2 Oct 2020 18:10:09 +0000 Subject: [PATCH] Bumped version for 2.11.600 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 1c65d960b71..5dc72594e16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Unreleased Changes ------------------ +2.11.600 (2020-10-02) +------------------ + * Feature - Aws::Batch - Updated the API, and documentation for AWS Batch. * Feature - Aws::ElasticLoadBalancingV2 - Updated the API, and documentation for Elastic Load Balancing. diff --git a/VERSION b/VERSION index 9f7ad01fb84..f86ddf863ff 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.11.599 \ No newline at end of file +2.11.600 \ 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 17b0106b858..bfeb1332fcf 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.599' + VERSION = '2.11.600' end