From 6fae528e7199f6cc76e6497c08151d2bcb7b8728 Mon Sep 17 00:00:00 2001 From: AWS SDK for Ruby Date: Tue, 10 Nov 2020 19:05:18 +0000 Subject: [PATCH] Bumped version for 2.11.624 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 23dc64c866..2c4d62f35d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Unreleased Changes ------------------ +2.11.624 (2020-11-10) +------------------ + * Feature - Aws::AutoScaling - Updated the documentation for Auto Scaling. * Feature - Aws::EC2 - Updated the API, and documentation for Amazon Elastic Compute Cloud. diff --git a/VERSION b/VERSION index f6cf16d427..9cc0682ea0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.11.623 \ No newline at end of file +2.11.624 \ 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 a902777e50..91dc33d9fb 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.623' + VERSION = '2.11.624' end