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