From 473562175fc685688b4364d121703ee82c7ab983 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sat, 17 Oct 2020 15:18:28 -0400 Subject: [PATCH] Release postgres-native-tls v0.4.0 --- postgres-native-tls/CHANGELOG.md | 6 ++++++ postgres-native-tls/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/postgres-native-tls/CHANGELOG.md b/postgres-native-tls/CHANGELOG.md index fd9180b3..a840592e 100644 --- a/postgres-native-tls/CHANGELOG.md +++ b/postgres-native-tls/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## v0.4.0 - 2020-10-17 + +### Changed + +* Upgraded to `tokio-postgres` 0.6. + ## v0.3.0 - 2019-12-23 ### Changed diff --git a/postgres-native-tls/Cargo.toml b/postgres-native-tls/Cargo.toml index b73a3bcc..81dcf29e 100644 --- a/postgres-native-tls/Cargo.toml +++ b/postgres-native-tls/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "postgres-native-tls" -version = "0.3.0" +version = "0.4.0" authors = ["Steven Fackler "] edition = "2018" license = "MIT/Apache-2.0"