From 611b942eb32142aafff9c0b1c33606c1f7514707 Mon Sep 17 00:00:00 2001 From: AWS SDK for Ruby Date: Mon, 5 Oct 2020 18:05:56 +0000 Subject: [PATCH] Bumped version for 2.11.601 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 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