From 0eb06a89db11636a29aa37d8cbeccdd3ead6a872 Mon Sep 17 00:00:00 2001 From: AWS SDK for Ruby Date: Thu, 20 Jun 2019 18:17:29 +0000 Subject: [PATCH] Bumped version for 2.11.299 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 932935806ca..7ad17fa70a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Unreleased Changes ------------------ +2.11.299 (2019-06-20) +------------------ + * Feature - Aws::ACMPCA - Updated the API, and documentation for AWS Certificate Manager Private Certificate Authority. * Feature - Aws::Glue - Updated the API, and documentation for AWS Glue. diff --git a/VERSION b/VERSION index 49179f623b2..5fe6cd1dc77 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.11.298 \ No newline at end of file +2.11.299 \ 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 1a2087f6cad..f717021400e 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.298' + VERSION = '2.11.299' end