diff --git a/CHANGELOG.md b/CHANGELOG.md index 51db3aaca77..8f4116f79ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Unreleased Changes ------------------ +2.10.38 (2017-09-01) +------------------ + * Feature - Aws::GameLift - Updated the API, and documentation for Amazon GameLift. * Feature - Aws::SSM - Updated the API, and documentation for Amazon Simple Systems Manager (SSM). diff --git a/VERSION b/VERSION index 0f23954a11c..7940ba673c4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.10.37 \ No newline at end of file +2.10.38 \ 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 90d939d7531..6d89d869298 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.37' + VERSION = '2.10.38' end