From d029e98c9ccfdb0f848e31e39b7cc8e81a644953 Mon Sep 17 00:00:00 2001 From: yogeshmo Date: Wed, 10 Jul 2024 12:40:51 -0700 Subject: [PATCH 1/2] [Communication][Email] Updating CHANGELOG for version 1.2.0-beta.1 --- sdk/communication/Azure.Communication.Email/CHANGELOG.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/sdk/communication/Azure.Communication.Email/CHANGELOG.md b/sdk/communication/Azure.Communication.Email/CHANGELOG.md index ad27f053e3997..7b037d84dadbb 100644 --- a/sdk/communication/Azure.Communication.Email/CHANGELOG.md +++ b/sdk/communication/Azure.Communication.Email/CHANGELOG.md @@ -1,18 +1,12 @@ # Release History -## 1.1.0-beta.1 (Unreleased) +## 1.2.0-beta.1 (2024-07-10) ### Features Added - Consumers can now provide their own value for the Operation ID when sending emails. New overloads have been added to `EmailClient` with the `operationId` parameter. -### Breaking Changes - -### Bugs Fixed - -### Other Changes - ## 1.0.1 (2023-08-17) ### Other Changes From 7acd10815350c317189932c46bb86b78a54cbfb6 Mon Sep 17 00:00:00 2001 From: yogeshmo Date: Wed, 10 Jul 2024 13:22:30 -0700 Subject: [PATCH 2/2] Changing version to 1.1.0-beta.1 --- sdk/communication/Azure.Communication.Email/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/communication/Azure.Communication.Email/CHANGELOG.md b/sdk/communication/Azure.Communication.Email/CHANGELOG.md index 7b037d84dadbb..5cd5a944f6386 100644 --- a/sdk/communication/Azure.Communication.Email/CHANGELOG.md +++ b/sdk/communication/Azure.Communication.Email/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 1.2.0-beta.1 (2024-07-10) +## 1.1.0-beta.1 (2024-07-10) ### Features Added