From 74bca15a0297a368d4a2655d2bd8af54785507e8 Mon Sep 17 00:00:00 2001 From: AWS SDK for Ruby Date: Thu, 10 Jan 2019 19:47:18 +0000 Subject: [PATCH] Bumped version for 2.11.203 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 c8b191dd021..fbe4f65bf8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Unreleased Changes ------------------ +2.11.203 (2019-01-10) +------------------ + * Feature - Aws::CodeDeploy - Updated the documentation for AWS CodeDeploy. * Feature - Aws::EC2 - Updated the API, and documentation for Amazon Elastic Compute Cloud. diff --git a/VERSION b/VERSION index 38d66710c01..73800d8ab60 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.11.202 \ No newline at end of file +2.11.203 \ 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 7b76fd72b7c..852cb4f0169 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.202' + VERSION = '2.11.203' end