diff --git a/CHANGELOG.md b/CHANGELOG.md index 12b6baf304b..8f2134e1dcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Unreleased Changes ------------------ +2.11.613 (2020-10-23) +------------------ + * Feature - Aws::Macie2 - Updated the documentation for Amazon Macie 2. * Feature - Aws::MediaTailor - Updated the API, and documentation for AWS MediaTailor. diff --git a/VERSION b/VERSION index 9577690e8cc..1888e91fa6f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.11.612 \ No newline at end of file +2.11.613 \ 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 935c1521e21..3b038149bc1 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.612' + VERSION = '2.11.613' end