diff --git a/CHANGELOG.md b/CHANGELOG.md index 612fb10a215..6073087055f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Unreleased Changes ------------------ +2.10.54 (2017-09-27) +------------------ + * Feature - Aws::Pinpoint - Updated the API, and documentation for Amazon Pinpoint. 2.10.53 (2017-09-26) diff --git a/VERSION b/VERSION index dbadda87e13..847a7ac1b17 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.10.53 \ No newline at end of file +2.10.54 \ 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 60e1bebceb8..39bf8fa232a 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.53' + VERSION = '2.10.54' end