From 67b3ef3ea0876e713946d6154537bd7490fc88b1 Mon Sep 17 00:00:00 2001 From: AWS SDK for Ruby Date: Mon, 16 Nov 2020 19:05:27 +0000 Subject: [PATCH] Bumped version for 2.11.628 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 7b9ce12b38b..7af375a2402 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Unreleased Changes ------------------ +2.11.628 (2020-11-16) +------------------ + * Feature - Aws::CodePipeline - Updated the API, and documentation for AWS CodePipeline. * Feature - Aws::DatabaseMigrationService - Updated the API, and documentation for AWS Database Migration Service. diff --git a/VERSION b/VERSION index df6ca9311c2..4bb064ca097 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.11.627 \ No newline at end of file +2.11.628 \ 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 73899fc5898..f41a041cb94 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.627' + VERSION = '2.11.628' end