diff --git a/docs-ref-services/latest/communication-chat-readme.md b/docs-ref-services/latest/communication-chat-readme.md index 0124fb3a54a7..84a8558c68c7 100644 --- a/docs-ref-services/latest/communication-chat-readme.md +++ b/docs-ref-services/latest/communication-chat-readme.md @@ -3,12 +3,12 @@ title: Azure Communication Chat client library for Java keywords: Azure, java, SDK, API, azure-communication-chat, communication author: JianpingChen ms.author: jiach -ms.date: 07/13/2022 +ms.date: 08/16/2022 ms.topic: reference ms.devlang: java ms.service: communication --- -# Azure Communication Chat client library for Java - version 1.2.4 +# Azure Communication Chat client library for Java - version 1.3.0 Azure Communication Chat contains the APIs used in chat applications for Azure Communication Services. @@ -28,7 +28,7 @@ Azure Communication Chat contains the APIs used in chat applications for Azure C #### Include the BOM file Please include the azure-sdk-bom to your project to take dependency on the General Availability (GA) version of the library. In the following snippet, replace the {bom_version_to_target} placeholder with the version number. -To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-communication-chat_1.2.4/sdk/boms/azure-sdk-bom/README.md). +To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-communication-chat_1.3.0/sdk/boms/azure-sdk-bom/README.md). ```xml @@ -63,7 +63,7 @@ add the direct dependency to your project as follows. com.azure azure-communication-chat - 1.2.4 + 1.3.0 ``` @@ -403,5 +403,5 @@ Check out other client libraries for Azure communication service [product_docs]: /azure/communication-services/ [package]: https://search.maven.org/artifact/com.azure/azure-communication-chat [api_documentation]: https://aka.ms/java-docs -[source]: https://github.com/Azure/azure-sdk-for-java/tree/azure-communication-chat_1.2.4/sdk/communication/azure-communication-chat/src +[source]: https://github.com/Azure/azure-sdk-for-java/tree/azure-communication-chat_1.3.0/sdk/communication/azure-communication-chat/src diff --git a/metadata/latest/azure-communication-chat.json b/metadata/latest/azure-communication-chat.json index 53a095361cc0..a7b2ba52a527 100644 --- a/metadata/latest/azure-communication-chat.json +++ b/metadata/latest/azure-communication-chat.json @@ -1,6 +1,6 @@ { "Name": "azure-communication-chat", - "Version": "1.2.4", + "Version": "1.3.0", "DevVersion": null, "DirectoryPath": "sdk/communication/azure-communication-chat", "ServiceDirectory": "communication", @@ -10,5 +10,5 @@ "SdkType": "client", "IsNewSdk": true, "ArtifactName": "azure-communication-chat", - "ReleaseStatus": "2022-07-14" + "ReleaseStatus": "2022-08-16" }