diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e0dc870109..3e8876f07b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Unreleased Changes ------------------ +2.10.28 (2017-08-16) +------------------ + * Feature - Aws::GameLift - Updated the API, and documentation for Amazon GameLift. 2.10.27 (2017-08-15) diff --git a/VERSION b/VERSION index 7cbe450c4da..ba908144c80 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.10.27 \ No newline at end of file +2.10.28 \ 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 64f4c889316..a7c48b70fcb 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.27' + VERSION = '2.10.28' end