From 163b65f91d734113ca77a3b1c36965b3af9f1045 Mon Sep 17 00:00:00 2001 From: AWS SDK for Ruby Date: Fri, 17 May 2019 18:31:47 +0000 Subject: [PATCH] Bumped version for 2.11.277 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 698c43c2ae2..b5a79256b44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Unreleased Changes ------------------ +2.11.277 (2019-05-17) +------------------ + * Feature - Aws::AppStream - Updated the API, and documentation for Amazon AppStream. 2.11.276 (2019-05-16) diff --git a/VERSION b/VERSION index 66c71122288..4cef854232e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.11.276 \ No newline at end of file +2.11.277 \ 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 c84cf63361c..93295bd62b3 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.276' + VERSION = '2.11.277' end