Skip to content

Commit

Permalink
Upgrades Azure Communication Services SMS from 1.1.2 to 1.1.3 (#29973)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
Co-authored-by: vcolin7 <[email protected]>
  • Loading branch information
3 people authored Jul 18, 2022
1 parent e55fcfc commit 2fa3825
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion eng/jacoco-test-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-communication-sms</artifactId>
<version>1.2.0-beta.1</version> <!-- {x-version-update;com.azure:azure-communication-sms;current} -->
<version>1.1.4</version> <!-- {x-version-update;com.azure:azure-communication-sms;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
2 changes: 1 addition & 1 deletion eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 5 additions & 7 deletions sdk/communication/azure-communication-sms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sdk/communication/azure-communication-sms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-communication-sms</artifactId>
<version>1.1.3</version>
<version>1.1.4</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion sdk/communication/azure-communication-sms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<groupId>com.azure</groupId>
<artifactId>azure-communication-sms</artifactId>
<packaging>jar</packaging>
<version>1.2.0-beta.1</version> <!-- {x-version-update;com.azure:azure-communication-sms;current} -->
<version>1.1.4</version> <!-- {x-version-update;com.azure:azure-communication-sms;current} -->

<name>Microsoft Azure library for sending SMS messages</name>
<description>
Expand Down

0 comments on commit 2fa3825

Please sign in to comment.