From 8f12b318ad20577137e65fd98a51b163deb84a30 Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Wed, 28 Aug 2024 19:14:06 +0200 Subject: [PATCH] changes for 0.3.0 --- CHANGES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 3cb13c8..0a8522f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,8 @@ +## v0.3.0 (2024-08-28) + +* http2: shutdown the connection once finished (#23, @reynir) +* update to TLS 1.0 API (#25, @hannesm) + ## v0.2.5 (2023-07-05) * Order http2 headers appropriately to avoid malformed requests (#20, @hannesm)