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

changes, bump

This commit is contained in:
Mike Perham 2021-04-14 08:09:42 -07:00
parent 97b269879f
commit 6a81faa72c
2 changed files with 6 additions and 1 deletions

View file

@ -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
------ ------

View file

@ -1,3 +1,3 @@
class ConnectionPool class ConnectionPool
VERSION = "2.2.4" VERSION = "2.2.5"
end end