diff --git a/CHANGELOG.md b/CHANGELOG.md index 1be0ebac844..fe82ced3c46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Unreleased Changes ------------------ +2.9.5 (2017-04-06) +------------------ + * Feature - Aws::ElasticLoadBalancingV2 - Updated the documentation for Elastic Load Balancing. * Feature - Aws - Added `Aws.empty_connection_pools!` feature to allow for manual clearing of connection pools. This may be helpful for applications where a conneciton pool is shared across processes. diff --git a/VERSION b/VERSION index d38c63d7e8c..e3bed5e1c47 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.9.4 \ No newline at end of file +2.9.5 \ 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 f678bdb2e02..f67267fa075 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.4' + VERSION = '2.9.5' end