Update changelog after Core 1.8.2 release (#4574)

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
This commit is contained in:
Anton Kolesnyk 2023-04-24 17:56:21 -07:00 committed by GitHub
parent 26e3b35c17
commit 80bf41f131
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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