From 3cb69a9a3e2fee5e0dce1199dc0936eb61919504 Mon Sep 17 00:00:00 2001 From: AWS SDK for Ruby Date: Thu, 20 Aug 2020 18:06:19 +0000 Subject: [PATCH] Bumped version for 2.11.571 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 e83f392a7a5..93544eefdeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Unreleased Changes ------------------ +2.11.571 (2020-08-20) +------------------ + * Feature - Aws::ApiGatewayV2 - Updated the API, and documentation for AmazonApiGatewayV2. * Feature - Aws::Chime - Updated the documentation for Amazon Chime. diff --git a/VERSION b/VERSION index 10f7aad914b..4b9f1ad7596 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.11.570 \ No newline at end of file +2.11.571 \ 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 e1cba6f64f2..3f68aa2d659 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.570' + VERSION = '2.11.571' end