diff --git a/tokio-postgres/CHANGELOG.md b/tokio-postgres/CHANGELOG.md index e65f00f14..de25e5616 100644 --- a/tokio-postgres/CHANGELOG.md +++ b/tokio-postgres/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## v0.5.4- 2020-05-01 + +### Added + +* Added `Transaction::savepoint`, which can be used to create a savepoint with a custom name. + ## v0.5.3 - 2020-03-05 ### Added diff --git a/tokio-postgres/Cargo.toml b/tokio-postgres/Cargo.toml index d1571c352..46a86d1e7 100644 --- a/tokio-postgres/Cargo.toml +++ b/tokio-postgres/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tokio-postgres" -version = "0.5.3" +version = "0.5.4" authors = ["Steven Fackler "] edition = "2018" license = "MIT/Apache-2.0"