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