From 5bbf6c4a0fcf8eaf8efcd40b71309c701341478c Mon Sep 17 00:00:00 2001 From: elavarasidc <101957302+elavarasidc@users.noreply.github.com> Date: Fri, 12 Aug 2022 10:54:24 -0700 Subject: [PATCH] [ACS Rooms] Beta release version update (#30442) * [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 --- eng/versioning/version_client.txt | 2 +- sdk/communication/azure-communication-rooms/CHANGELOG.md | 6 +++++- sdk/communication/azure-communication-rooms/README.md | 3 ++- sdk/communication/azure-communication-rooms/pom.xml | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index d9e454455f7d4..ff516ecd1081d 100644 --- a/eng/versioning/version_client.txt +++ b/eng/versioning/version_client.txt @@ -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 diff --git a/sdk/communication/azure-communication-rooms/CHANGELOG.md b/sdk/communication/azure-communication-rooms/CHANGELOG.md index 9a7d3e3943e8e..ad470a2d166f0 100644 --- a/sdk/communication/azure-communication-rooms/CHANGELOG.md +++ b/sdk/communication/azure-communication-rooms/CHANGELOG.md @@ -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). diff --git a/sdk/communication/azure-communication-rooms/README.md b/sdk/communication/azure-communication-rooms/README.md index 9f5dbcf66273a..dad4c22f00e01 100644 --- a/sdk/communication/azure-communication-rooms/README.md +++ b/sdk/communication/azure-communication-rooms/README.md @@ -25,9 +25,10 @@ add the direct dependency to your project as follows. com.azure azure-communication-rooms - 1.0.0-beta.1 + 1.0.0-beta.2 ``` +[//]: # ({x-version-update-end}) ## Authenticate the client diff --git a/sdk/communication/azure-communication-rooms/pom.xml b/sdk/communication/azure-communication-rooms/pom.xml index a54a4796c8331..1eda150353757 100644 --- a/sdk/communication/azure-communication-rooms/pom.xml +++ b/sdk/communication/azure-communication-rooms/pom.xml @@ -15,7 +15,7 @@ com.azure azure-communication-rooms jar - 1.0.0-beta.1 + 1.0.0-beta.2 Microsoft Azure library for ACS Room Service This package contains clients and data structures used to create, update, get, delete the Azure Communication Room Service.