diff --git a/CHANGELOG.md b/CHANGELOG.md index 54365c9..b7f8dd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ -## v0.2.0 +## v0.2.1.0 + +- Major fix: connecting via TCP on MacOS could fail completely. Thanks @luntain for the contribution. +- Performance materializing query results improved by ~17% +- Future-proofing for a future protocol change: accepting longer backend secret keys. + +## v0.2.0.0 - Fixed a bug where an asynchronous exception thrown at the right time could hide an `IrrecoverableHpgsqlError` when using `withTransaction`. Thank you Yuras for the report. - SCRAM-SHA-256 authentication implemented. diff --git a/hpgsql/hpgsql.cabal b/hpgsql/hpgsql.cabal index b3aeaf0..ea8d0d8 100644 --- a/hpgsql/hpgsql.cabal +++ b/hpgsql/hpgsql.cabal @@ -1,7 +1,7 @@ cabal-version: 2.0 name: hpgsql -version: 0.2.0.0 +version: 0.2.1.0 synopsis: Pure Haskell PostgreSQL driver (no libpq) description: hpgsql is a pure Haskell implementation of a PostgreSQL driver category: Database