diff --git a/CHANGELOG.md b/CHANGELOG.md index f2e03bbf5fb..3f787b33aee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Unreleased Changes ------------------ +2.7.2 (2017-01-25) +------------------ + * Feature - Aws::ElasticLoadBalancingV2 - Updated the API, and documentation for Elastic Load Balancing. * Feature - Aws::RDS - Updated the API, and documentation for Amazon Relational Database Service. diff --git a/VERSION b/VERSION index 5588ae82703..fbafd6b600a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.7.1 \ No newline at end of file +2.7.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 a3088940f66..e86ed5ae51f 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.7.1' + VERSION = '2.7.2' end