diff --git a/CHANGELOG b/CHANGELOG index 520f39a3b..f444e5e80 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +1.3.2: + - Fixes invalid sizes in makeConst calls. (thanks to Dickson S. Guedes for + the report, github user rastkok for the fix) 1.3.1: - Fixes issues with nullsfirst / nullslast in sqlalchemyfdw (thanks to KyleLilly) diff --git a/multicorn.control b/multicorn.control index 98fb0994f..29b1ce4df 100755 --- a/multicorn.control +++ b/multicorn.control @@ -1,4 +1,4 @@ comment = 'Multicorn Python bindings for Postgres 9.2.* Foreign Data Wrapper' -default_version = '1.3.1' +default_version = '1.3.2' module_pathname = '$libdir/multicorn' relocatable = true