diff --git a/CHANGELOG.md b/CHANGELOG.md index 07312259e9c..d6b4d512b19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Unreleased Changes ------------------ +2.11.146 (2018-10-09) +------------------ + * Feature - Aws::SSM - Updated the API, and documentation for Amazon Simple Systems Manager (SSM). 2.11.145 (2018-10-08) diff --git a/VERSION b/VERSION index 57649a459ff..7e82473c1c3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.11.145 \ No newline at end of file +2.11.146 \ 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 d895dcaac10..852febec83f 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.11.145' + VERSION = '2.11.146' end