diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ab39f76a10..2cc4faf55d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Unreleased Changes ------------------ +2.9.2 (2017-04-03) +------------------ + * Feature - Aws::Lex - Updated the API, and documentation for Amazon Lex Runtime Service. 2.9.1 (2017-03-31) diff --git a/VERSION b/VERSION index 38d56e5e0c7..391e98560bb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.9.1 \ No newline at end of file +2.9.2 \ 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 d2da3ce250e..2c85347b927 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.9.1' + VERSION = '2.9.2' end