diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a94d6b0b11..f0e7541da8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Unreleased Changes ------------------ +2.11.615 (2020-10-27) +------------------ + * Feature - Aws::Glue - Updated the API, and documentation for AWS Glue. 2.11.614 (2020-10-26) diff --git a/VERSION b/VERSION index 45ec6a4c183..0e7c9a2b832 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.11.614 \ No newline at end of file +2.11.615 \ 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 f8c40012195..f0474a3b03a 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.614' + VERSION = '2.11.615' end