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

Bump ver, release

This commit is contained in:
Mike Perham 2015-03-02 13:21:34 -08:00
parent 674157d8dd
commit a24fe8f244
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,11 @@
2.1.2
------
- The connection\_pool will now close any connections which respond to
`close` (Dalli) or `disconnect!` (Redis). This ensures discarded connections
from the fix in 2.1.1 are torn down ASAP and don't linger open.
2.1.1
------

View file

@ -1,3 +1,3 @@
class ConnectionPool
VERSION = "2.1.1"
VERSION = "2.1.2"
end