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:
parent
56c6fb8af5
commit
5248ee47ea
2 changed files with 9 additions and 1 deletions
|
@ -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
|
||||
-----
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
class ConnectionPool
|
||||
VERSION = "2.0.0"
|
||||
VERSION = "2.1.0"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue