diff --git a/Changes.md b/Changes.md index 51cecb3..f9cb923 100644 --- a/Changes.md +++ b/Changes.md @@ -1,3 +1,8 @@ +0.9.2 +-------- + +- Fix reentrant checkout leading to early checkin. + 0.9.1 -------- diff --git a/lib/connection_pool/version.rb b/lib/connection_pool/version.rb index 4dba65b..ce4fec6 100644 --- a/lib/connection_pool/version.rb +++ b/lib/connection_pool/version.rb @@ -1,3 +1,3 @@ class ConnectionPool - VERSION = "0.9.1" + VERSION = "0.9.2" end