From 9233ebea78e3eeba99a28f496be313b187da72e6 Mon Sep 17 00:00:00 2001 From: AWS SDK for Ruby Date: Mon, 28 Sep 2020 18:05:04 +0000 Subject: [PATCH] Bumped version for 2.11.595 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 e2a0a57342f..84e28d69236 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Unreleased Changes ------------------ +2.11.595 (2020-09-28) +------------------ + * Feature - Aws::ApplicationAutoScaling - Updated the API, and documentation for Application Auto Scaling. * Feature - Aws::RDS - Updated the API, and documentation for Amazon Relational Database Service. diff --git a/VERSION b/VERSION index ca39d82bdf9..344e507acb4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.11.594 \ No newline at end of file +2.11.595 \ 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 1af1b31c142..e8d39023db2 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.594' + VERSION = '2.11.595' end