From bf7cbb1650fe2df16af2db511b3ddcad669bde83 Mon Sep 17 00:00:00 2001 From: Trevor Rowe Date: Tue, 26 Jul 2016 11:38:27 -0700 Subject: [PATCH] Tag release v2.4.3 References: #1232, #1251, #1252, #1253, #1254 --- 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 07c75baf99b..9952bdfa5a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -Unreleased Changes +2.4.3 (2016-07-26) ------------------ * Feature - Aws::IoT - This update adds support for thing types. Thing types are entities that store a description of common features of Things that are of the same logical type. diff --git a/VERSION b/VERSION index 8e8299dcc06..35cee72dcbf 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.4.2 +2.4.3 diff --git a/aws-sdk-core/lib/aws-sdk-core/version.rb b/aws-sdk-core/lib/aws-sdk-core/version.rb index cf38b86d129..e6aaeca8ca9 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.4.2' + VERSION = '2.4.3' end