diff --git a/CHANGELOG.md b/CHANGELOG.md index 1674c488131..c277c15bfc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Unreleased Changes ------------------ +2.11.133 (2018-09-19) +------------------ + * Feature - Aws::CloudWatch - Updated the API, and documentation for Amazon CloudWatch. * Feature - Aws::Organizations - Updated the API, and documentation for AWS Organizations. diff --git a/VERSION b/VERSION index 9a82c52eb66..9182f08da7e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.11.132 \ No newline at end of file +2.11.133 \ 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 c6ed081b28a..26cca2d24ce 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.132' + VERSION = '2.11.133' end