From da78382814a28c71422e917201ed49eadf946649 Mon Sep 17 00:00:00 2001 From: whisper6284 <61473382+whisper6284@users.noreply.github.com> Date: Mon, 13 Jun 2022 13:04:49 -0700 Subject: [PATCH] Update Azure Communication Services SMS from 1.1.2 to 1.1.3 (#29400) * Changes for SMS 1.1.2 -> 1.1.3 * Update SMS from 1.1.2 to 1.1.3 * Update test coverage file's merge conflict. Co-authored-by: Adrian Tang --- eng/jacoco-test-coverage/pom.xml | 2 +- eng/versioning/version_client.txt | 2 +- .../azure-communication-sms/CHANGELOG.md | 13 ++++++------- sdk/communication/azure-communication-sms/README.md | 2 +- sdk/communication/azure-communication-sms/pom.xml | 2 +- sdk/communication/pom.xml | 2 +- 6 files changed, 11 insertions(+), 12 deletions(-) diff --git a/eng/jacoco-test-coverage/pom.xml b/eng/jacoco-test-coverage/pom.xml index 69c19f0a78086..e2760e65a3baf 100644 --- a/eng/jacoco-test-coverage/pom.xml +++ b/eng/jacoco-test-coverage/pom.xml @@ -83,7 +83,7 @@ com.azure azure-communication-sms - 1.2.0-beta.1 + 1.1.3 com.azure diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index 0ed76ded2d4e2..fba5fccdaccb8 100644 --- a/eng/versioning/version_client.txt +++ b/eng/versioning/version_client.txt @@ -60,7 +60,7 @@ com.azure:azure-communication-chat;1.2.2;1.3.0-beta.1 com.azure:azure-communication-callingserver;1.0.0-beta.4;1.0.0-beta.5 com.azure:azure-communication-common;1.1.4;1.2.0-beta.1 com.azure:azure-communication-common-perf;1.0.0-beta.1;1.0.0-beta.1 -com.azure:azure-communication-sms;1.1.2;1.2.0-beta.1 +com.azure:azure-communication-sms;1.1.2;1.1.3 com.azure:azure-communication-identity;1.1.9;1.2.0-beta.2 com.azure:azure-communication-phonenumbers;1.0.11;1.1.0-beta.7 com.azure:azure-communication-networktraversal;1.1.0-beta.2;1.1.0-beta.3 diff --git a/sdk/communication/azure-communication-sms/CHANGELOG.md b/sdk/communication/azure-communication-sms/CHANGELOG.md index 1fb5a71b8f6d8..7492352925979 100644 --- a/sdk/communication/azure-communication-sms/CHANGELOG.md +++ b/sdk/communication/azure-communication-sms/CHANGELOG.md @@ -1,15 +1,14 @@ # Release History -## 1.2.0-beta.1 (Unreleased) - -### Features Added - -### Breaking Changes - -### Bugs Fixed +## 1.1.3 (2022-06-13) ### Other Changes +#### Dependency updates +- Upgraded `azure-communication-common` to 1.1.4 +- Upgraded `azure-core` to 1.29.1 +- Upgraded `azure-identity` to 1.5.2 + ## 1.1.2 (2022-05-11) ### Other Changes diff --git a/sdk/communication/azure-communication-sms/README.md b/sdk/communication/azure-communication-sms/README.md index 1d04ba3033c02..73debe7e6e0ab 100644 --- a/sdk/communication/azure-communication-sms/README.md +++ b/sdk/communication/azure-communication-sms/README.md @@ -53,7 +53,7 @@ add the direct dependency to your project as follows. com.azure azure-communication-sms - 1.1.2 + 1.1.3 ``` diff --git a/sdk/communication/azure-communication-sms/pom.xml b/sdk/communication/azure-communication-sms/pom.xml index ef8c547565f17..4b5e7f19cd156 100644 --- a/sdk/communication/azure-communication-sms/pom.xml +++ b/sdk/communication/azure-communication-sms/pom.xml @@ -15,7 +15,7 @@ com.azure azure-communication-sms jar - 1.2.0-beta.1 + 1.1.3 Microsoft Azure library for sending SMS messages diff --git a/sdk/communication/pom.xml b/sdk/communication/pom.xml index 7f734f63e4878..f5d214e4ed1d8 100644 --- a/sdk/communication/pom.xml +++ b/sdk/communication/pom.xml @@ -56,7 +56,7 @@ com.azure azure-communication-sms - 1.2.0-beta.1 + 1.1.3