From f56de381180c231c1e06247cb4149caf617486a0 Mon Sep 17 00:00:00 2001 From: AWS SDK for Ruby Date: Tue, 6 Oct 2020 18:09:09 +0000 Subject: [PATCH] Bumped version for 2.11.602 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 bbd30f51837..07963ce8106 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Unreleased Changes ------------------ +2.11.602 (2020-10-06) +------------------ + * Feature - Aws::DatabaseMigrationService - Updated the API, and documentation for AWS Database Migration Service. * Feature - Aws::EC2 - Updated the API, and documentation for Amazon Elastic Compute Cloud. diff --git a/VERSION b/VERSION index 9ae7125e966..79226d933c8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.11.601 \ No newline at end of file +2.11.602 \ 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 9b517e2e171..a8fd107af34 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.601' + VERSION = '2.11.602' end