From c1ad321ebcb70268e150c10addb4bf01d105f181 Mon Sep 17 00:00:00 2001 From: AWS SDK for Ruby Date: Tue, 7 Aug 2018 20:32:04 +0000 Subject: [PATCH] Bumped version for 2.11.103 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 c0934df6c9a..29a08daeefd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Unreleased Changes ------------------ +2.11.103 (2018-08-07) +------------------ + * Feature - Aws::CodeBuild - Updated the API, and documentation for AWS CodeBuild. * Feature - Aws::EC2 - Updated the API, and documentation for Amazon Elastic Compute Cloud. diff --git a/VERSION b/VERSION index 6cdcfc37c64..73560de02a1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.11.102 \ No newline at end of file +2.11.103 \ 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 b9c15e59355..16c85d91a81 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.102' + VERSION = '2.11.103' end