From 3f350680d57a9993ac5306bf52be7f17efe92d58 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sat, 17 Oct 2020 14:53:34 -0400 Subject: [PATCH] Release postgres-protocol v0.5.3 --- postgres-protocol/CHANGELOG.md | 6 ++++++ postgres-protocol/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/postgres-protocol/CHANGELOG.md b/postgres-protocol/CHANGELOG.md index 3cff60c51..b476fcabf 100644 --- a/postgres-protocol/CHANGELOG.md +++ b/postgres-protocol/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## v0.5.3 - 2020-10-17 + +### Changed + +* Upgraded `base64` and `hmac`. + ## v0.5.2 - 2020-07-06 ### Changed diff --git a/postgres-protocol/Cargo.toml b/postgres-protocol/Cargo.toml index 0c89a5724..cb7657eea 100644 --- a/postgres-protocol/Cargo.toml +++ b/postgres-protocol/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "postgres-protocol" -version = "0.5.2" +version = "0.5.3" authors = ["Steven Fackler "] edition = "2018" description = "Low level Postgres protocol APIs"