From 8b121ad0b379e92ced013281f85e46ee703d56c9 Mon Sep 17 00:00:00 2001 From: AWS SDK for Ruby Date: Wed, 18 Nov 2020 19:04:59 +0000 Subject: [PATCH] Bumped version for 2.11.630 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 860951fd2b2..8a056d60889 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Unreleased Changes ------------------ +2.11.630 (2020-11-18) +------------------ + * Feature - Aws::Backup - Updated the API, and documentation for AWS Backup. * Feature - Aws::CloudFormation - Updated the API, and documentation for AWS CloudFormation. diff --git a/VERSION b/VERSION index 3d964675bc7..4328685a60f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.11.629 \ No newline at end of file +2.11.630 \ 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 d9d0a825910..0fae25bdcd0 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.629' + VERSION = '2.11.630' end