mirror of
https://github.com/mperham/connection_pool
synced 2023-03-27 23:22:21 -04:00
Doc, bump version
This commit is contained in:
parent
4af14b983e
commit
a425d72ac0
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
0.9.2
|
||||
--------
|
||||
|
||||
- Fix reentrant checkout leading to early checkin.
|
||||
|
||||
0.9.1
|
||||
--------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
class ConnectionPool
|
||||
VERSION = "0.9.1"
|
||||
VERSION = "0.9.2"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue