From 4dcc727b2ece6c61507d7294daf42165f72bf924 Mon Sep 17 00:00:00 2001 From: AWS SDK for Ruby Date: Fri, 13 Nov 2020 19:10:21 +0000 Subject: [PATCH] Bumped version for 2.11.627 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 d9504da6f7c..8dda618e73c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Unreleased Changes ------------------ +2.11.627 (2020-11-13) +------------------ + * Feature - Aws::ElasticLoadBalancingV2 - Updated the API, and documentation for Elastic Load Balancing. * Feature - Aws::Shield - Updated the API, and documentation for AWS Shield. diff --git a/VERSION b/VERSION index 6a5fe9bb3e2..df6ca9311c2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.11.626 \ No newline at end of file +2.11.627 \ 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 bfe7e778c05..73899fc5898 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.626' + VERSION = '2.11.627' end