From 6c37e02416644e1c333a496542642cbd2299c820 Mon Sep 17 00:00:00 2001 From: Sebastian Rivera Date: Wed, 8 Nov 2023 11:23:51 -0500 Subject: [PATCH] v0.7.5 changelog update --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33686e4..7a17b9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.7.5 (Nov 8, 2023) + +BUG FIXES + +- client: fixes an issue where the request body is not preserved on temporary redirects or re-established HTTP/2 connections [GH-207] + ## 0.7.4 (Jun 6, 2023) BUG FIXES