Skip to content

Commit 0c0f11d

Browse files
whisper6284vcolin7
andauthored
Update Azure Communication Services SMS package to 1.1.1 (Azure#28196)
* Update SMS to 1.1.1 * Remove empty sections in changelog. * Re-organize dependency updates. * . * Update sdk/communication/azure-communication-sms/CHANGELOG.md Co-authored-by: vcolin7 <[email protected]>
1 parent f18f77b commit 0c0f11d

File tree

6 files changed

+11
-12
lines changed

6 files changed

+11
-12
lines changed

eng/jacoco-test-coverage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<dependency>
8484
<groupId>com.azure</groupId>
8585
<artifactId>azure-communication-sms</artifactId>
86-
<version>1.2.0-beta.1</version> <!-- {x-version-update;com.azure:azure-communication-sms;current} -->
86+
<version>1.1.1</version> <!-- {x-version-update;com.azure:azure-communication-sms;current} -->
8787
</dependency>
8888
<dependency>
8989
<groupId>com.azure</groupId>

eng/versioning/version_client.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ com.azure:azure-communication-chat;1.2.1;1.2.1
6060
com.azure:azure-communication-callingserver;1.0.0-beta.4;1.0.0-beta.5
6161
com.azure:azure-communication-common;1.1.2;1.2.0-beta.1
6262
com.azure:azure-communication-common-perf;1.0.0-beta.1;1.0.0-beta.1
63-
com.azure:azure-communication-sms;1.1.0;1.2.0-beta.1
63+
com.azure:azure-communication-sms;1.1.0;1.1.1
6464
com.azure:azure-communication-identity;1.1.8;1.2.0-beta.2
6565
com.azure:azure-communication-phonenumbers;1.0.8;1.1.0-beta.3
6666
com.azure:azure-communication-networktraversal;1.0.0;1.1.0-beta.2

sdk/communication/azure-communication-sms/CHANGELOG.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
# Release History
22

3-
## 1.2.0-beta.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
3+
## 1.1.1 (2022-04-13)
104

115
### Other Changes
126

7+
#### Dependency updates
8+
- Upgraded `azure-communication-common` to 1.1.2
9+
- Upgraded `azure-core` to 1.27.0
10+
- Upgraded `azure-identity` to 1.5.0
11+
1312
## 1.1.0 (2022-03-11)
1413

1514
### Features Added

sdk/communication/azure-communication-sms/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ add the direct dependency to your project as follows.
5353
<dependency>
5454
<groupId>com.azure</groupId>
5555
<artifactId>azure-communication-sms</artifactId>
56-
<version>1.1.0</version>
56+
<version>1.1.1</version>
5757
</dependency>
5858
```
5959

sdk/communication/azure-communication-sms/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<groupId>com.azure</groupId>
1616
<artifactId>azure-communication-sms</artifactId>
1717
<packaging>jar</packaging>
18-
<version>1.2.0-beta.1</version> <!-- {x-version-update;com.azure:azure-communication-sms;current} -->
18+
<version>1.1.1</version> <!-- {x-version-update;com.azure:azure-communication-sms;current} -->
1919

2020
<name>Microsoft Azure library for sending SMS messages</name>
2121
<description>

sdk/communication/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<dependency>
5757
<groupId>com.azure</groupId>
5858
<artifactId>azure-communication-sms</artifactId>
59-
<version>1.2.0-beta.1</version> <!-- {x-version-update;com.azure:azure-communication-sms;current} -->
59+
<version>1.1.1</version> <!-- {x-version-update;com.azure:azure-communication-sms;current} -->
6060
</dependency>
6161
</dependencies>
6262

0 commit comments

Comments
 (0)