diff --git a/CHANGELOG.md b/CHANGELOG.md index 2539d90d85b..ef9a0c75891 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Unreleased Changes ------------------ +2.11.119 (2018-08-28) +------------------ + * Feature - Aws::Glue - Updated the API, and documentation for AWS Glue. * Feature - Aws::XRay - Updated the API, and documentation for AWS X-Ray. diff --git a/VERSION b/VERSION index e536f3faadf..5766a432b6d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.11.118 \ No newline at end of file +2.11.119 \ 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 246792023e9..ab8354d098f 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.118' + VERSION = '2.11.119' end