From e8ccf172753fd259ea297db72fa6183083d0ebc3 Mon Sep 17 00:00:00 2001 From: AWS SDK for Ruby Date: Tue, 20 Oct 2020 18:04:40 +0000 Subject: [PATCH] Bumped version for 2.11.609 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 98bed421901..40bc0bb602b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Unreleased Changes ------------------ +2.11.609 (2020-10-20) +------------------ + * Feature - Aws::AppSync - Updated the documentation for AWS AppSync. * Feature - Aws::Batch - Updated the API, and documentation for AWS Batch. diff --git a/VERSION b/VERSION index e077d5eeca0..056b57ecd66 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.11.608 \ No newline at end of file +2.11.609 \ 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 c6a83a23adf..c2cc78ca640 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.608' + VERSION = '2.11.609' end