From 366b9b82098d4dce284ffa49a71b7b79b1f86295 Mon Sep 17 00:00:00 2001 From: Jacob Morgan Date: Mon, 8 Jan 2024 08:32:24 +1300 Subject: [PATCH] Add changelog entry. --- CHANGELOG.md | 6 ++++++ src/Microsoft.Kiota.Http.HttpClientLibrary.csproj | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 934a464..48da269 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.3.4] - 2023-12-29 + +### Added + +- Fixes `ActicitySource` memory leak when the HttpClientRequestAdapter does not construct the HttpClient internally. + ## [1.3.3] - 2023-11-28 ### Added diff --git a/src/Microsoft.Kiota.Http.HttpClientLibrary.csproj b/src/Microsoft.Kiota.Http.HttpClientLibrary.csproj index 7ee7ac5..fcd4945 100644 --- a/src/Microsoft.Kiota.Http.HttpClientLibrary.csproj +++ b/src/Microsoft.Kiota.Http.HttpClientLibrary.csproj @@ -14,7 +14,7 @@ https://aka.ms/kiota/docs true true - 1.3.3 + 1.3.4 true