From 3aaba76c9dc0961553423b0f6656ed3bb4b777ef Mon Sep 17 00:00:00 2001 From: AWS SDK for Ruby Date: Thu, 1 Oct 2020 18:11:33 +0000 Subject: [PATCH] Bumped version for 2.11.599 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 7cb27da415b..92962332a92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Unreleased Changes ------------------ +2.11.599 (2020-10-01) +------------------ + * Feature - Aws::AppSync - Updated the API, and documentation for AWS AppSync. * Feature - Aws::EMR - Updated the documentation for Amazon Elastic MapReduce. diff --git a/VERSION b/VERSION index b85769fa7b6..9f7ad01fb84 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.11.598 \ No newline at end of file +2.11.599 \ 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 9031f948d6a..17b0106b858 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.598' + VERSION = '2.11.599' end