1
0
Fork 0
mirror of https://github.com/mperham/connection_pool synced 2023-03-27 23:22:21 -04:00

bump ver, changes

This commit is contained in:
Mike Perham 2014-11-17 16:10:21 -08:00
parent 56c6fb8af5
commit 5248ee47ea
2 changed files with 9 additions and 1 deletions

View file

@ -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
-----

View file

@ -1,3 +1,3 @@
class ConnectionPool
VERSION = "2.0.0"
VERSION = "2.1.0"
end