diff --git a/tokio-postgres/CHANGELOG.md b/tokio-postgres/CHANGELOG.md index 7cc6c707..3a7aa2ae 100644 --- a/tokio-postgres/CHANGELOG.md +++ b/tokio-postgres/CHANGELOG.md @@ -1,6 +1,12 @@ # Change Log -## v0.7.1 - 2020-04-03 +## v0.7.2 - 2021-04-25 + +### Fixed + +* `SqlState` constants can now be used in `match` patterns. + +## v0.7.1 - 2021-04-03 ### Added diff --git a/tokio-postgres/Cargo.toml b/tokio-postgres/Cargo.toml index b1d093d4..780c3196 100644 --- a/tokio-postgres/Cargo.toml +++ b/tokio-postgres/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tokio-postgres" -version = "0.7.1" +version = "0.7.2" authors = ["Steven Fackler "] edition = "2018" license = "MIT/Apache-2.0"