From 17a56b3f96f1823f26be3ee147ec40ef08228568 Mon Sep 17 00:00:00 2001 From: AWS SDK for Ruby Date: Fri, 18 Sep 2020 18:10:16 +0000 Subject: [PATCH] Bumped version for 2.11.589 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 de653de0093..7723c17cd9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Unreleased Changes ------------------ +2.11.589 (2020-09-18) +------------------ + * Feature - Aws::CodeStarconnections - Updated the API for AWS CodeStar connections. * Feature - Aws::MediaLive - Updated the API, and documentation for AWS Elemental MediaLive. diff --git a/VERSION b/VERSION index 8137f5f0e9b..d1c586721b8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.11.588 \ No newline at end of file +2.11.589 \ 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 bb020eed977..3c55820d532 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.588' + VERSION = '2.11.589' end