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:
parent
70872dbe40
commit
efaef8bd75
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2.1.3
|
||||
------
|
||||
|
||||
- Don't increment created count until connection is successfully
|
||||
created. [mylesmegyesi, #73]
|
||||
|
||||
2.1.2
|
||||
------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
class ConnectionPool
|
||||
VERSION = "2.1.2"
|
||||
VERSION = "2.1.3"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue