From dc78d536475701c087b38777116230acc43fadfb Mon Sep 17 00:00:00 2001 From: AWS SDK for Ruby Date: Fri, 17 Nov 2017 22:32:06 +0000 Subject: [PATCH] Bumped version for 2.10.86 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 b636fecb91d..5f66d702595 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Unreleased Changes ------------------ +2.10.86 (2017-11-17) +------------------ + * Feature - Aws::ApplicationAutoScaling - Updated the API, and documentation for Application Auto Scaling. * Feature - Aws::DatabaseMigrationService - Updated the API, and documentation for AWS Database Migration Service. diff --git a/VERSION b/VERSION index 31479d6dd38..c8240a17821 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.10.85 \ No newline at end of file +2.10.86 \ 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 839eeef0450..dda0aff6f6b 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.10.85' + VERSION = '2.10.86' end