From 3b1ac60132da8b492fd1353c214396d950f35170 Mon Sep 17 00:00:00 2001 From: AWS SDK for Ruby Date: Thu, 8 Oct 2020 18:05:45 +0000 Subject: [PATCH] Bumped version for 2.11.604 release. --- CHANGELOG.md | 3 +++ VERSION | 2 +- aws-sdk-core/lib/aws-sdk-core/version.rb | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) 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