diff --git a/CHANGELOG.md b/CHANGELOG.md index 852ca4a405b..ac9f15d9aef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Unreleased Changes ------------------ +2.11.273 (2019-05-13) +------------------ + * Feature - Aws::DataSync - Updated the API, and documentation for AWS DataSync. * Feature - Aws::IoTAnalytics - Updated the API, and documentation for AWS IoT Analytics. diff --git a/VERSION b/VERSION index 97b21b3bf6e..8310639d3a0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.11.272 \ No newline at end of file +2.11.273 \ 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 8e7f50a072b..30768e7bead 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.272' + VERSION = '2.11.273' end