diff --git a/Changes.md b/Changes.md index 3c501b9..36f3c6a 100644 --- a/Changes.md +++ b/Changes.md @@ -1,3 +1,11 @@ +2.1.0 +------ + +- Refactoring to better support connection pool subclasses [drbrain, + #55] +- `with` should return value of the last expression [#59] + + 2.0.0 ----- diff --git a/lib/connection_pool/version.rb b/lib/connection_pool/version.rb index 7646521..f074948 100644 --- a/lib/connection_pool/version.rb +++ b/lib/connection_pool/version.rb @@ -1,3 +1,3 @@ class ConnectionPool - VERSION = "2.0.0" + VERSION = "2.1.0" end