diff --git a/tokio-postgres/CHANGELOG.md b/tokio-postgres/CHANGELOG.md index a261b7d1d..95bf19bc7 100644 --- a/tokio-postgres/CHANGELOG.md +++ b/tokio-postgres/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## v0.5.1 - 2019-12-25 + +### Fixed + +* Removed some stray `println!`s from `copy_out` internals. + ## v0.5.0 - 2019-12-23 ### Changed diff --git a/tokio-postgres/Cargo.toml b/tokio-postgres/Cargo.toml index 5e10aee59..ec43f1aa2 100644 --- a/tokio-postgres/Cargo.toml +++ b/tokio-postgres/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tokio-postgres" -version = "0.5.0" +version = "0.5.1" authors = ["Steven Fackler "] edition = "2018" license = "MIT/Apache-2.0"