From 264dcafd3de054a9c3fd500a5e9e1c614c491182 Mon Sep 17 00:00:00 2001 From: AWS SDK for Ruby Date: Wed, 30 Sep 2020 18:11:46 +0000 Subject: [PATCH] Bumped version for 2.11.597 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 55c06583616..1dd52363bf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Unreleased Changes ------------------ +2.11.597 (2020-09-30) +------------------ + * Feature - Aws::ApplicationAutoScaling - Updated the API, and documentation for Application Auto Scaling. * Feature - Aws::DataSync - Updated the API, and documentation for AWS DataSync. diff --git a/VERSION b/VERSION index 3512a7a115c..7a8825fb097 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.11.596 \ No newline at end of file +2.11.597 \ 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 848ea08bafd..0d759389748 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.596' + VERSION = '2.11.597' end