From a9284714f459c41f71541d9860d2c864d26a1490 Mon Sep 17 00:00:00 2001 From: AWS SDK for Ruby Date: Tue, 11 Dec 2018 23:02:00 +0000 Subject: [PATCH] Bumped version for 2.11.189 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 51bfe6e5107..e5e24a7fef8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Unreleased Changes ------------------ +2.11.189 (2018-12-11) +------------------ + * Feature - Aws::Connect - Updated the API, and documentation for Amazon Connect Service. * Feature - Aws::ECS - Updated the documentation for Amazon EC2 Container Service. diff --git a/VERSION b/VERSION index 569ad565722..3e5fb5599d1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.11.188 \ No newline at end of file +2.11.189 \ 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 24e429f7962..d8d68735ab5 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.188' + VERSION = '2.11.189' end