diff --git a/CHANGELOG.md b/CHANGELOG.md index 41706631179..b937cbf1bb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Unreleased Changes ------------------ +2.11.596 (2020-09-29) +------------------ + * Feature - Aws::Connect - Updated the documentation for Amazon Connect Service. * Feature - Aws::EC2 - Updated the documentation for Amazon Elastic Compute Cloud. diff --git a/VERSION b/VERSION index 344e507acb4..3512a7a115c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.11.595 \ No newline at end of file +2.11.596 \ 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 e8d39023db2..848ea08bafd 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.595' + VERSION = '2.11.596' end