From 2fa382501b7ce8a7d5147b1728a26ca117d7f855 Mon Sep 17 00:00:00 2001 From: whisper6284 <61473382+whisper6284@users.noreply.github.com> Date: Mon, 18 Jul 2022 12:03:37 -0700 Subject: [PATCH] Upgrades Azure Communication Services SMS from 1.1.2 to 1.1.3 (#29973) * Changes for SMS 1.1.2 -> 1.1.3 * Upgrade Azure Communication Services SMS to 1.1.4 * Fix merge conflict. * Update sdk/communication/azure-communication-sms/CHANGELOG.md Co-authored-by: Adrian Tang Co-authored-by: vcolin7 --- eng/jacoco-test-coverage/pom.xml | 2 +- eng/versioning/version_client.txt | 2 +- .../azure-communication-sms/CHANGELOG.md | 12 +++++------- sdk/communication/azure-communication-sms/README.md | 2 +- sdk/communication/azure-communication-sms/pom.xml | 2 +- 5 files changed, 9 insertions(+), 11 deletions(-) diff --git a/eng/jacoco-test-coverage/pom.xml b/eng/jacoco-test-coverage/pom.xml index 6c9e3fea99160..d12f039a5be4d 100644 --- a/eng/jacoco-test-coverage/pom.xml +++ b/eng/jacoco-test-coverage/pom.xml @@ -88,7 +88,7 @@ com.azure azure-communication-sms - 1.2.0-beta.1 + 1.1.4 com.azure diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index 715c175ac6458..0dfe786dec7c2 100644 --- a/eng/versioning/version_client.txt +++ b/eng/versioning/version_client.txt @@ -61,7 +61,7 @@ com.azure:azure-communication-chat;1.2.4;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.5;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.3;1.2.0-beta.1 +com.azure:azure-communication-sms;1.1.3;1.1.4 com.azure:azure-communication-identity;1.1.11;1.2.0-beta.2 com.azure:azure-communication-phonenumbers;1.0.12;1.1.0-beta.8 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 66a270425da43..1280111f32ba6 100644 --- a/sdk/communication/azure-communication-sms/CHANGELOG.md +++ b/sdk/communication/azure-communication-sms/CHANGELOG.md @@ -1,15 +1,13 @@ # Release History -## 1.2.0-beta.1 (Unreleased) - -### Features Added - -### Breaking Changes - -### Bugs Fixed +## 1.1.4 (2022-07-18) ### Other Changes +#### Dependency updates +- Upgraded `azure-communication-common` to 1.1.5 +- Upgraded `azure-core` to 1.30.0 + ## 1.1.3 (2022-06-13) ### Other Changes diff --git a/sdk/communication/azure-communication-sms/README.md b/sdk/communication/azure-communication-sms/README.md index 73debe7e6e0ab..9949d84a47268 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.3 + 1.1.4 ``` diff --git a/sdk/communication/azure-communication-sms/pom.xml b/sdk/communication/azure-communication-sms/pom.xml index f250f4cd58549..02a0d03ae3922 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.4 Microsoft Azure library for sending SMS messages