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