diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d618920e13..ce139cbcf16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Unreleased Changes ------------------ +2.11.582 (2020-09-09) +------------------ + * Feature - Aws::Glue - Updated the API, and documentation for AWS Glue. * Feature - Aws::KinesisAnalyticsV2 - Updated the API, and documentation for Amazon Kinesis Analytics. diff --git a/VERSION b/VERSION index cc82337c75c..ba287186678 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.11.581 \ No newline at end of file +2.11.582 \ 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 1a318e82fa4..367f31eac26 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.581' + VERSION = '2.11.582' end