mirror of
https://github.com/mperham/connection_pool
synced 2023-03-27 23:22:21 -04:00
changes, bump
This commit is contained in:
parent
337bb91529
commit
b2be736c01
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
class ConnectionPool
|
||||
VERSION = "2.2.0"
|
||||
VERSION = "2.2.1"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue