diff --git a/CHANGELOG.md b/CHANGELOG.md index 7912dd6e91..f840b37f15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Unreleased Changes ------------------ +2.11.629 (2020-11-17) +------------------ + * Feature - Aws::Chime - Updated the API, and documentation for Amazon Chime. * Feature - Aws::Connect - Updated the API, and documentation for Amazon Connect Service. diff --git a/VERSION b/VERSION index 4bb064ca09..3d964675bc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.11.628 \ No newline at end of file +2.11.629 \ 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 f41a041cb9..d9d0a82591 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.628' + VERSION = '2.11.629' end