From 425c0592f3eeb099af4a16dcf4f66b168f892e35 Mon Sep 17 00:00:00 2001 From: Richard Park <51494936+richardpark-msft@users.noreply.github.com> Date: Mon, 12 Dec 2022 15:02:11 -0800 Subject: [PATCH] Updating changelog for internal to include release date and remove empty sections. (#19693) --- sdk/internal/CHANGELOG.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/sdk/internal/CHANGELOG.md b/sdk/internal/CHANGELOG.md index 67c57560609e..50f3f2bbab98 100644 --- a/sdk/internal/CHANGELOG.md +++ b/sdk/internal/CHANGELOG.md @@ -1,15 +1,11 @@ # Release History -## 1.1.2 (Unreleased) +## 1.1.2 (2022-12-12) ### Features Added - Export user agent formatting code that used to be in azcore's policy_telemetry.go so it can be shared with non-HTTP clients (ie: azservicebus/azeventhubs). ([#19681](https://github.com/Azure/azure-sdk-for-go/pull/19681)) -### Breaking Changes - -### Bugs Fixed - ### Other Changes * Prevented data races in `recording` ([#18763](https://github.com/Azure/azure-sdk-for-go/issues/18763))