From 66acdcc16635ba4aaf324e754f3ab1a50cb6477b Mon Sep 17 00:00:00 2001 From: Alex Wood Date: Tue, 9 May 2017 17:31:20 +0000 Subject: [PATCH] Bumped version for 2.9.16 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 937a3234cb9..133b3f13139 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Unreleased Changes ------------------ +2.9.16 (2017-05-09) +------------------ + * Feature - Aws::CodeStar - Updated the documentation for AWS CodeStar. * Feature - Aws::WorkSpaces - Updated the API, and documentation for Amazon WorkSpaces. diff --git a/VERSION b/VERSION index 4f1be8195db..d973c93c42f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.9.15 \ No newline at end of file +2.9.16 \ 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 77be2f0321e..d07c0b63f19 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.9.15' + VERSION = '2.9.16' end