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
97b269879f
commit
6a81faa72c
2 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,10 @@
|
||||||
# connection_pool Changelog
|
# connection_pool Changelog
|
||||||
|
|
||||||
|
2.2.5
|
||||||
|
------
|
||||||
|
|
||||||
|
- Fix argument forwarding on Ruby 2.7 [#149]
|
||||||
|
|
||||||
2.2.4
|
2.2.4
|
||||||
------
|
------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
class ConnectionPool
|
class ConnectionPool
|
||||||
VERSION = "2.2.4"
|
VERSION = "2.2.5"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue