diff --git a/CHANGELOG.md b/CHANGELOG.md index f195c42a425..c81e842ff44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Unreleased Changes ------------------ +2.11.625 (2020-11-11) +------------------ + * Feature - Aws::Amplify - Updated the API, and documentation for AWS Amplify. * Feature - Aws::ForecastService - Updated the API, and documentation for Amazon Forecast Service. diff --git a/VERSION b/VERSION index 9cc0682ea09..e5aec38b2d9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.11.624 \ No newline at end of file +2.11.625 \ 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 91dc33d9fb7..98aa804d3fe 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.624' + VERSION = '2.11.625' end