diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b9ce12b38..7af375a240 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Unreleased Changes ------------------ +2.11.628 (2020-11-16) +------------------ + * Feature - Aws::CodePipeline - Updated the API, and documentation for AWS CodePipeline. * Feature - Aws::DatabaseMigrationService - Updated the API, and documentation for AWS Database Migration Service. diff --git a/VERSION b/VERSION index df6ca9311c..4bb064ca09 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.11.627 \ No newline at end of file +2.11.628 \ 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 73899fc589..f41a041cb9 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.627' + VERSION = '2.11.628' end