diff --git a/CHANGELOG.md b/CHANGELOG.md index 860951fd2b2..8a056d60889 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Unreleased Changes ------------------ +2.11.630 (2020-11-18) +------------------ + * Feature - Aws::Backup - Updated the API, and documentation for AWS Backup. * Feature - Aws::CloudFormation - Updated the API, and documentation for AWS CloudFormation. diff --git a/VERSION b/VERSION index 3d964675bc7..4328685a60f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.11.629 \ No newline at end of file +2.11.630 \ 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 d9d0a825910..0fae25bdcd0 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.629' + VERSION = '2.11.630' end