Skip to content

Commit

Permalink
Increment package versions for communication releases (Azure#39032)
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk authored Mar 1, 2024
1 parent cfc939a commit 6c1f680
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ com.azure:azure-communication-common-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-communication-email;1.0.10;1.1.0-beta.1
com.azure:azure-communication-identity;1.5.2;1.6.0-beta.1
com.azure:azure-communication-jobrouter;1.1.1;1.2.0-beta.1
com.azure:azure-communication-messages;1.0.0;1.0.0
com.azure:azure-communication-messages;1.0.0;1.1.0-beta.1
com.azure:azure-communication-networktraversal;1.1.0-beta.2;1.1.0-beta.3
com.azure:azure-communication-phonenumbers;1.1.10;1.2.0-beta.1
com.azure:azure-communication-rooms;1.0.8;1.1.0-beta.2
Expand Down
10 changes: 10 additions & 0 deletions sdk/communication/azure-communication-messages/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.1.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.0.0 (2024-02-29)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/communication/azure-communication-messages/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-communication-messages</artifactId>
<version>1.0.0</version> <!-- {x-version-update;com.azure:azure-communication-messages;current} -->
<version>1.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-communication-messages;current} -->
<packaging>jar</packaging>

<name>Microsoft Azure client library for Azure Communication Services - Messaging application</name>
Expand Down

0 comments on commit 6c1f680

Please sign in to comment.