From ee70cbd329561ce91769d157ee5bca393f528756 Mon Sep 17 00:00:00 2001 From: AWS SDK for Ruby Date: Wed, 23 Sep 2020 18:04:58 +0000 Subject: [PATCH] Bumped version for 2.11.592 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 2577abbc122..09984d495a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Unreleased Changes ------------------ +2.11.592 (2020-09-23) +------------------ + * Feature - Aws::Backup - Updated the API, and documentation for AWS Backup. * Feature - Aws::CostExplorer - Updated the API, and documentation for AWS Cost Explorer Service. diff --git a/VERSION b/VERSION index 7f07b340249..2071200147a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.11.591 \ No newline at end of file +2.11.592 \ 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 efc43ec4460..9b9bf70df26 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.591' + VERSION = '2.11.592' end