1
0
Fork 0
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:
Mike Perham 2015-03-19 08:42:11 -07:00
parent 70872dbe40
commit efaef8bd75
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2.1.3
------
- Don't increment created count until connection is successfully
created. [mylesmegyesi, #73]
2.1.2 2.1.2
------ ------

View file

@ -1,3 +1,3 @@
class ConnectionPool class ConnectionPool
VERSION = "2.1.2" VERSION = "2.1.3"
end end