diff --git a/CHANGELOG.md b/CHANGELOG.md index aa4e45a193c..84567d39936 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Unreleased Changes ------------------ +2.11.574 (2020-08-27) +------------------ + * Feature - Aws::EC2 - Updated the API, and documentation for Amazon Elastic Compute Cloud. * Feature - Aws::GameLift - Updated the API, and documentation for Amazon GameLift. diff --git a/VERSION b/VERSION index 93c4e9ef1d0..2e88ef7f90d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.11.573 \ No newline at end of file +2.11.574 \ 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 2d6da5f4b56..cff9a3a2e97 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.573' + VERSION = '2.11.574' end