From 14f3b9e2b74987df99605a77a4c91d1de54b211d Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sun, 2 Feb 2025 15:56:49 -0500 Subject: [PATCH] Release postgres-native-tls v0.5.1 --- 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 9eb7ab800..5fe0a9c7a 100644 --- a/postgres-native-tls/CHANGELOG.md +++ b/postgres-native-tls/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## v0.5.1 - 2025-02-02 + +### Added + +* Added `set_postgresql_alpn`. + ## v0.5.0 - 2020-12-25 ### Changed diff --git a/postgres-native-tls/Cargo.toml b/postgres-native-tls/Cargo.toml index e86c7ce2d..f79ae5491 100644 --- a/postgres-native-tls/Cargo.toml +++ b/postgres-native-tls/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "postgres-native-tls" -version = "0.5.0" +version = "0.5.1" authors = ["Steven Fackler "] edition = "2018" license = "MIT OR Apache-2.0"