diff --git a/CHANGELOG.md b/CHANGELOG.md index 44ac1f9b464..8ca3e69637c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Unreleased Changes ------------------ +2.11.361 (2019-09-25) +------------------ + * Feature - Aws::DatabaseMigrationService - Updated the API, and documentation for AWS Database Migration Service. * Feature - Aws::GlobalAccelerator - Updated the API, and documentation for AWS Global Accelerator. diff --git a/VERSION b/VERSION index 50cf4306f6f..35084e06180 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.11.360 \ No newline at end of file +2.11.361 \ 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 81d8480e52e..28266d7d29e 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.360' + VERSION = '2.11.361' end