diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cb9853..1058910 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 3.5.3 + +- New typed exceptions: `DuplicateKeyException`, `ForeignKeyViolationException`. [#416](https://github.com/isoos/postgresql-dart/pull/416) by [hurrba](https://github.com/hurrba) + ## 3.5.2 - Fix: `Pool` connection timeout does not rely on `package:pool`'s timeout, instead uses a separate `Timer`. diff --git a/pubspec.yaml b/pubspec.yaml index c524d59..61986f9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: postgres description: PostgreSQL database driver. Supports statement reuse and binary protocol and connection pooling. -version: 3.5.2 +version: 3.5.3 homepage: https://github.com/isoos/postgresql-dart topics: - sql