From c637e062c3bd40dfef45c18378872ce3c76373bc Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Wed, 18 Dec 2024 09:38:19 -0500 Subject: [PATCH] chore: adds changelog entry for client fail Signed-off-by: Vincent Biret --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 495ff05..8d4e898 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +- Fixed a bug where the client would fail on 301/302 responses with no location headers. [#272](https://github.com/microsoft/kiota-dotnet/issues/272) + ## [1.16.0] - 2024-12-13 ### Added