diff --git a/CHANGELOG.md b/CHANGELOG.md index f500184324c..bfc8bec9979 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Unreleased Changes ------------------ +2.11.604 (2020-10-08) +------------------ + * Feature - Aws::CostExplorer - Updated the API, and documentation for AWS Cost Explorer Service. * Feature - Aws::EC2 - Updated the API, and documentation for Amazon Elastic Compute Cloud. diff --git a/VERSION b/VERSION index a9fd8dce235..19bb975ec62 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.11.603 \ No newline at end of file +2.11.604 \ 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 e9d5d4088e8..a24b676d1e5 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.603' + VERSION = '2.11.604' end