diff --git a/CHANGELOG.md b/CHANGELOG.md index b6a2e71..68bd090 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2.5.0.1 + +* Bump time upper bound to 1.14, add round-trip test for 0-padded date. + ## 2.5.0.0 * Add explicit call to `finalizeForeignPtr` on connection disconnects. Ensures disconnects happen at the moment close is call, as opposed to when the GC frees the ForeignPtr. diff --git a/HDBC-postgresql.cabal b/HDBC-postgresql.cabal index 224bf7a..bf3ada3 100644 --- a/HDBC-postgresql.cabal +++ b/HDBC-postgresql.cabal @@ -1,5 +1,5 @@ Name: HDBC-postgresql -Version: 2.5.0.0 +Version: 2.5.0.1 License: BSD3 Maintainer: Nicolas Wu Author: John Goerzen