From 5b4852c3bcc4c3fb43512c04040ffa56b1796218 Mon Sep 17 00:00:00 2001 From: Trevor Rowe Date: Wed, 12 Aug 2015 10:36:43 -0700 Subject: [PATCH] Bumped version to v2.1.14 --- 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 48c6f7ce98e..78355dbc606 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -Unreleased Changes +2.1.14 (2015-08-12) ------------------ * Feature - Aws::ElasticBeanstalk - Added support for the two new diff --git a/VERSION b/VERSION index ea4bd0fb3d4..1b5105df45e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.13 +2.1.14 diff --git a/aws-sdk-core/lib/aws-sdk-core/version.rb b/aws-sdk-core/lib/aws-sdk-core/version.rb index 1634bd53bdf..40af0d9060c 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.13' + VERSION = '2.1.14' end