From eb97542b0f934dc059b390cea43bf6cc7e6b48c1 Mon Sep 17 00:00:00 2001 From: Alex Wood Date: Tue, 4 Aug 2015 14:34:53 -0700 Subject: [PATCH] Bumped version to v2.1.12 --- CHANGELOG.md | 2 +- VERSION | 2 +- aws-sdk-core/lib/aws-sdk-core/version.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14d4f1b844a..9dbf47e15e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -Unreleased Changes +2.1.12 (2015-08-04) ------------------ * Feature - Aws::DeviceFarm - Added support for testing iOS applications with diff --git a/VERSION b/VERSION index a39c0b788c2..348fc11efe1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.11 +2.1.12 diff --git a/aws-sdk-core/lib/aws-sdk-core/version.rb b/aws-sdk-core/lib/aws-sdk-core/version.rb index 5c565894702..d8659daf4be 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.1.11' + VERSION = '2.1.12' end