From ec53b2340e61adc0c473bceda5e4f787fbcfbbae Mon Sep 17 00:00:00 2001 From: AWS SDK for Ruby Date: Thu, 27 Aug 2020 18:07:18 +0000 Subject: [PATCH] Bumped version for 2.11.574 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 aa4e45a193c..84567d39936 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Unreleased Changes ------------------ +2.11.574 (2020-08-27) +------------------ + * Feature - Aws::EC2 - Updated the API, and documentation for Amazon Elastic Compute Cloud. * Feature - Aws::GameLift - Updated the API, and documentation for Amazon GameLift. diff --git a/VERSION b/VERSION index 93c4e9ef1d0..2e88ef7f90d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.11.573 \ No newline at end of file +2.11.574 \ 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 2d6da5f4b56..cff9a3a2e97 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.573' + VERSION = '2.11.574' end