From 79b9e0a89cb707246ea148308bf6d62518846bc4 Mon Sep 17 00:00:00 2001 From: AWS SDK for Ruby Date: Tue, 22 Sep 2020 18:04:51 +0000 Subject: [PATCH] Bumped version for 2.11.591 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 9a527c4fda7..1a8337f4369 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Unreleased Changes ------------------ +2.11.591 (2020-09-22) +------------------ + * Feature - Aws::Comprehend - Updated the API, and documentation for Amazon Comprehend. * Feature - Aws::LexModelBuildingService - Updated the API, and documentation for Amazon Lex Model Building Service. diff --git a/VERSION b/VERSION index 58191f8e851..7f07b340249 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.11.590 \ No newline at end of file +2.11.591 \ 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 a6905665bb4..efc43ec4460 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.590' + VERSION = '2.11.591' end