From 8b417d2416cf9f8a3a787ae2be17511d7a305645 Mon Sep 17 00:00:00 2001 From: AWS SDK for Ruby Date: Mon, 31 Aug 2020 18:16:09 +0000 Subject: [PATCH] Bumped version for 2.11.576 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 588ea50ccef..364fc142d25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Unreleased Changes ------------------ +2.11.576 (2020-08-31) +------------------ + * Feature - Aws::Backup - Updated the documentation for AWS Backup. * Feature - Aws::CloudFront - Updated the API, and documentation for Amazon CloudFront. diff --git a/VERSION b/VERSION index 3a6d1e326d9..9cf57b4c8f9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.11.575 \ No newline at end of file +2.11.576 \ 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 9f1c15f499b..231d59cae3f 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.575' + VERSION = '2.11.576' end