From 80bf41f131fdf51b1d0f8b707a13772106fc6949 Mon Sep 17 00:00:00 2001 From: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com> Date: Mon, 24 Apr 2023 17:56:21 -0700 Subject: [PATCH] Update changelog after Core 1.8.2 release (#4574) Co-authored-by: Anton Kolesnyk --- sdk/core/azure-core/CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sdk/core/azure-core/CHANGELOG.md b/sdk/core/azure-core/CHANGELOG.md index 7b700c084..70873d532 100644 --- a/sdk/core/azure-core/CHANGELOG.md +++ b/sdk/core/azure-core/CHANGELOG.md @@ -11,11 +11,16 @@ This is useful when the UUID was generated outside the Azure SDK, or needs to be ### Bugs Fixed -- [[#4490]](https://github.com/Azure/azure-sdk-for-cpp/issues/4490) Fixed WinHTTP memory leak during failed requests. - Fixed the UUID generation so the variant is RFC 4122 conforming. ### Other Changes +## 1.8.2 (2023-04-24) + +### Bugs Fixed + +- [[#4490]](https://github.com/Azure/azure-sdk-for-cpp/issues/4490) Fixed WinHTTP memory leak during failed requests. + ## 1.9.0-beta.1 (2023-04-06) ### Features Added