diff --git a/CHANGELOG.md b/CHANGELOG.md index 82a4eebd354..df1a91d5e6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Unreleased Changes ------------------ +2.11.590 (2020-09-21) +------------------ + * Feature - Aws::EventBridge - Updated the API, and documentation for Amazon EventBridge. * Feature - Aws::CloudWatchEvents - Updated the API, and documentation for Amazon CloudWatch Events. diff --git a/VERSION b/VERSION index d1c586721b8..58191f8e851 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.11.589 \ No newline at end of file +2.11.590 \ 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 3c55820d532..a6905665bb4 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.589' + VERSION = '2.11.590' end