diff --git a/postgres/CHANGELOG.md b/postgres/CHANGELOG.md index fac4f21a..d8de570e 100644 --- a/postgres/CHANGELOG.md +++ b/postgres/CHANGELOG.md @@ -1,6 +1,10 @@ # Change Log -## v0.10.4 +## v0.10.5 + +- Fix infinite recursion in `GenericClient` + +## v0.10.4 (yanked) - Add `GenericClient` diff --git a/postgres/Cargo.toml b/postgres/Cargo.toml index b685bc33..7cf0fd7c 100644 --- a/postgres/Cargo.toml +++ b/postgres/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deadpool-postgres" -version = "0.10.4" +version = "0.10.5" edition = "2018" resolver = "2" authors = ["Michael P. Jung "]