bump version 0.3.2

This commit is contained in:
Brian J. Cardiff 2016-12-16 11:57:44 -03:00
parent 039035a397
commit 7d30e9f50e
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
## v0.3.2 (2016-12-16)
* Allow connection pool retry logic in `#scalar` queries.
## v0.3.1 (2016-12-15)
* Add ConnectionRefused exception to flag issues when opening new connections.

View File

@ -1,5 +1,5 @@
name: db
version: 0.3.1
version: 0.3.2
authors:
- Brian J. Cardiff <bcardiff@manas.com.ar>

View File

@ -1,3 +1,3 @@
module DB
VERSION = "0.3.1"
VERSION = "0.3.2"
end