From 3300ef84e77352f7d30b5201422ae626a2b71ace Mon Sep 17 00:00:00 2001 From: AWS SDK for Ruby Date: Fri, 4 Oct 2019 18:17:29 +0000 Subject: [PATCH] Bumped version for 2.11.368 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 d0a290f2184..2693bcf99a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Unreleased Changes ------------------ +2.11.368 (2019-10-04) +------------------ + * Feature - Aws::CognitoIdentityProvider - Updated the API, and documentation for Amazon Cognito Identity Provider. * Feature - Aws::MediaPackage - Updated the API, and documentation for AWS Elemental MediaPackage. diff --git a/VERSION b/VERSION index 5c06e13f1b2..66f4feecc32 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.11.367 \ No newline at end of file +2.11.368 \ 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 6f8dc220f11..b450e4fb9ac 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.367' + VERSION = '2.11.368' end