From 5ee622a8d1af14f06b89970e7487deca5719fb34 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Mon, 30 Jun 2025 14:01:03 -0400 Subject: [PATCH] v0.4.11 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 402ce9cb..bd2aebc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.4.11 (June 30, 2025) + +* Fix client to not return an error when a clean shutdown otherwise doesn't get a TLS close_notify, which some servers don't bother sending. + # 0.4.10 (May 5, 2025) * Fix `is_end_stream()` to return true only when ended cleanly, not when errored. diff --git a/Cargo.toml b/Cargo.toml index b0de8cc1..21d393f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "h2" # When releasing to crates.io: # - Update CHANGELOG.md. # - Create git tag -version = "0.4.10" +version = "0.4.11" license = "MIT" authors = [ "Carl Lerche ",