From eed86c6bde252a45a86041ef0c746bd183713f5a Mon Sep 17 00:00:00 2001 From: AWS SDK for Ruby Date: Mon, 26 Oct 2020 18:11:52 +0000 Subject: [PATCH] Bumped version for 2.11.614 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 216117f86fa..e0f84617ef2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Unreleased Changes ------------------ +2.11.614 (2020-10-26) +------------------ + * Feature - Aws::Kendra - Updated the API, and documentation for AWSKendraFrontendService. * Feature - Aws::Neptune - Updated the API, and documentation for Amazon Neptune. diff --git a/VERSION b/VERSION index 1888e91fa6f..45ec6a4c183 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.11.613 \ No newline at end of file +2.11.614 \ 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 3b038149bc1..f8c40012195 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.613' + VERSION = '2.11.614' end