diff --git a/CHANGELOG.md b/CHANGELOG.md index cd030292866..524c2d40039 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Unreleased Changes ------------------ +2.10.33 (2017-08-24) +------------------ + * Feature - Aws::Rekognition - Updated the API, and documentation for Amazon Rekognition. * Feature - Aws::SNS - MessageVerifier now support Lamdba message verification diff --git a/VERSION b/VERSION index e4f784ef0ec..657785438eb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.10.32 \ No newline at end of file +2.10.33 \ 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 f3f08eec1b3..f0786330f4f 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.10.32' + VERSION = '2.10.33' end