From 3ea42b00de4f71d37083b752a9e88db086624f11 Mon Sep 17 00:00:00 2001 From: AWS SDK for Ruby Date: Fri, 25 Sep 2020 18:06:11 +0000 Subject: [PATCH] Bumped version for 2.11.594 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 2cd45aa86f5..2d2ec1ee654 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Unreleased Changes ------------------ +2.11.594 (2020-09-25) +------------------ + * Feature - Aws::Batch - Updated the API, and documentation for AWS Batch. * Feature - Aws::ConfigService - Updated the API for AWS Config. diff --git a/VERSION b/VERSION index 4eb77f54b2d..ca39d82bdf9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.11.593 \ No newline at end of file +2.11.594 \ 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 c1ef47b1b03..1af1b31c142 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.593' + VERSION = '2.11.594' end