We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a26c92 commit 3f35068Copy full SHA for 3f35068
postgres-protocol/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Change Log
2
3
+## v0.5.3 - 2020-10-17
4
+
5
+### Changed
6
7
+* Upgraded `base64` and `hmac`.
8
9
## v0.5.2 - 2020-07-06
10
11
### Changed
postgres-protocol/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "postgres-protocol"
-version = "0.5.2"
+version = "0.5.3"
authors = ["Steven Fackler <[email protected]>"]
edition = "2018"
description = "Low level Postgres protocol APIs"
0 commit comments