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

changes, bump

This commit is contained in:
Mike Perham 2016-11-12 10:27:47 -05:00
parent 337bb91529
commit b2be736c01
2 changed files with 7 additions and 1 deletions

View file

@ -1,6 +1,12 @@
connection\_pool changelog
---------------------------
2.2.1
------
- Allow CP::Wrapper to use an existing pool [#87, etiennebarrie]
- Use monotonic time for more accurate timeouts [#84, jdantonio]
2.2.0
------

View file

@ -1,3 +1,3 @@
class ConnectionPool
VERSION = "2.2.0"
VERSION = "2.2.1"
end