Skip to content

Commit

Permalink
Bumped version for 2.9.5 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Wood committed Apr 6, 2017
1 parent 3506d47 commit ff3cb8e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions 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.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
2.9.4
2.9.5
2 changes: 1 addition & 1 deletion aws-sdk-core/lib/aws-sdk-core/version.rb
@@ -1,3 +1,3 @@
module Aws
VERSION = '2.9.4'
VERSION = '2.9.5'
end

0 comments on commit ff3cb8e

Please sign in to comment.