diff --git a/CHANGELOG.md b/CHANGELOG.md index 527356eeeb0..9e81fe068ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Unreleased Changes ------------------ +2.11.446 (2020-02-17) +------------------ + * Feature - Aws::Cloud9 - Updated the API, and documentation for AWS Cloud9. * Feature - Aws::DynamoDB - Updated the API, and documentation for Amazon DynamoDB. diff --git a/VERSION b/VERSION index d85a30b4b4b..1cbbc1c895f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.11.445 \ No newline at end of file +2.11.446 \ 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 fcf10c7bbff..9fef1e8a0d2 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.445' + VERSION = '2.11.446' end