Skip to content

Commit

Permalink
[ACS Rooms] Beta release version update (#30442)
Browse files Browse the repository at this point in the history
* [ACS Rooms] Beta relase Version bump

* Commit Prepare-Release.ps1 script changes to update version_client.txt

* Updated README with version update end tag

* Updated release history to include past release
  • Loading branch information
elavarasidc authored Aug 12, 2022
1 parent 7d752c4 commit 5bbf6c4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ com.azure:azure-communication-sms;1.1.4;1.1.5
com.azure:azure-communication-identity;1.3.0;1.4.0-beta.1
com.azure:azure-communication-phonenumbers;1.0.13;1.1.0-beta.9
com.azure:azure-communication-networktraversal;1.1.0-beta.2;1.1.0-beta.3
com.azure:azure-communication-rooms;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-communication-rooms;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-containers-containerregistry;1.0.7;1.1.0-beta.2
com.azure:azure-containers-containerregistry-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-core;1.31.0;1.32.0-beta.1
Expand Down
6 changes: 5 additions & 1 deletion sdk/communication/azure-communication-rooms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Release History

## 1.0.0-beta.1 (2022-08-12)
## 1.0.0-beta.2 (2022-08-12)
Azure Communication Services for rooms. For more information, please see the [README](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/communication/azure-communication-rooms/README.md) and [documentation](https://docs.microsoft.com/azure/communication-services/concepts/rooms/room-concept).


## 1.0.0-beta.1 (2022-08-10)
This is the initial release of Azure Communication Services for rooms. For more information, please see the [README](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/communication/azure-communication-rooms/README.md) and [documentation](https://docs.microsoft.com/azure/communication-services/concepts/rooms/room-concept).
3 changes: 2 additions & 1 deletion sdk/communication/azure-communication-rooms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-communication-rooms</artifactId>
<version>1.0.0-beta.1</version>
<version>1.0.0-beta.2</version>
</dependency>
```
[//]: # ({x-version-update-end})

## Authenticate the client

Expand Down
2 changes: 1 addition & 1 deletion sdk/communication/azure-communication-rooms/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-rooms</artifactId>
<packaging>jar</packaging>
<version>1.0.0-beta.1</version> <!-- {x-version-update;com.azure:azure-communication-rooms;current} -->
<version>1.0.0-beta.2</version> <!-- {x-version-update;com.azure:azure-communication-rooms;current} -->
<name>Microsoft Azure library for ACS Room Service</name>
<description>
This package contains clients and data structures used to create, update, get, delete the Azure Communication Room Service.
Expand Down

0 comments on commit 5bbf6c4

Please sign in to comment.