From ee6f238e29aa96226a2cbff76735ee6f49565b75 Mon Sep 17 00:00:00 2001 From: AWS SDK for Ruby Date: Fri, 5 Oct 2018 21:01:40 +0000 Subject: [PATCH] Bumped version for 2.11.144 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 f7204c35be4..871b6b8fd1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Unreleased Changes ------------------ +2.11.144 (2018-10-05) +------------------ + * Feature - Aws::DirectoryService - Updated the API, and documentation for AWS Directory Service. 2.11.143 (2018-10-04) diff --git a/VERSION b/VERSION index c8ec94fb6e2..0f6eb5c4d95 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.11.143 \ No newline at end of file +2.11.144 \ 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 1f3ef6f7334..20bc44efca9 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.11.143' + VERSION = '2.11.144' end