From efaef8bd75bf1e6fe581eae0e84cba5b75c86120 Mon Sep 17 00:00:00 2001 From: Mike Perham Date: Thu, 19 Mar 2015 08:42:11 -0700 Subject: [PATCH] Bump ver, release --- Changes.md | 6 ++++++ lib/connection_pool/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Changes.md b/Changes.md index 4f9aa53..1fccc33 100644 --- a/Changes.md +++ b/Changes.md @@ -1,3 +1,9 @@ +2.1.3 +------ + +- Don't increment created count until connection is successfully + created. [mylesmegyesi, #73] + 2.1.2 ------ diff --git a/lib/connection_pool/version.rb b/lib/connection_pool/version.rb index 859e9ac..14ff004 100644 --- a/lib/connection_pool/version.rb +++ b/lib/connection_pool/version.rb @@ -1,3 +1,3 @@ class ConnectionPool - VERSION = "2.1.2" + VERSION = "2.1.3" end