diff --git a/CHANGELOG.md b/CHANGELOG.md index 079a71b629e..77a0c4dfccd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Unreleased Changes ------------------ +2.11.631 (2020-11-19) +------------------ + * Feature - Aws::AutoScaling - Updated the API, and documentation for Auto Scaling. * Feature - Aws::CostExplorer - Updated the API, and documentation for AWS Cost Explorer Service. diff --git a/VERSION b/VERSION index 4328685a60f..1d016f4201c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.11.630 \ No newline at end of file +2.11.631 \ 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 0fae25bdcd0..21cd362b94c 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.630' + VERSION = '2.11.631' end