From 33b8211652936c3c42002fbfacae8d8ae7446ede Mon Sep 17 00:00:00 2001 From: jiminwen-msft <97924128+jiminwen-msft@users.noreply.github.com> Date: Thu, 19 Jan 2023 13:26:06 -0800 Subject: [PATCH] Java Jan release (#33091) --- eng/jacoco-test-coverage/pom.xml | 2 +- eng/versioning/version_client.txt | 2 +- .../azure-communication-chat/CHANGELOG.md | 12 ++++-------- sdk/communication/azure-communication-chat/README.md | 2 +- sdk/communication/azure-communication-chat/pom.xml | 2 +- 5 files changed, 8 insertions(+), 12 deletions(-) diff --git a/eng/jacoco-test-coverage/pom.xml b/eng/jacoco-test-coverage/pom.xml index ab7f7acb84487..c36b67a6f98d1 100644 --- a/eng/jacoco-test-coverage/pom.xml +++ b/eng/jacoco-test-coverage/pom.xml @@ -68,7 +68,7 @@ com.azure azure-communication-chat - 1.4.0-beta.1 + 1.3.4 com.azure diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index 6d4a8fc613452..f09263ee51bcd 100644 --- a/eng/versioning/version_client.txt +++ b/eng/versioning/version_client.txt @@ -57,7 +57,7 @@ com.azure:azure-aot-graalvm-support;1.0.0-beta.2;1.0.0-beta.3 com.azure:azure-aot-graalvm-support-netty;1.0.0-beta.2;1.0.0-beta.3 com.azure:azure-aot-graalvm-samples;1.0.0-beta.1;1.0.0-beta.1 com.azure:azure-aot-graalvm-perf;1.0.0-beta.1;1.0.0-beta.1 -com.azure:azure-communication-chat;1.3.3;1.4.0-beta.1 +com.azure:azure-communication-chat;1.3.3;1.3.4 com.azure:azure-communication-callingserver;1.0.0-beta.4;1.0.0-beta.5 com.azure:azure-communication-callautomation;1.0.0-beta.1;1.0.0-beta.2 com.azure:azure-communication-common;1.2.4;1.3.0-beta.2 diff --git a/sdk/communication/azure-communication-chat/CHANGELOG.md b/sdk/communication/azure-communication-chat/CHANGELOG.md index 8ccfc729a7cda..d37013587641d 100644 --- a/sdk/communication/azure-communication-chat/CHANGELOG.md +++ b/sdk/communication/azure-communication-chat/CHANGELOG.md @@ -1,14 +1,10 @@ # Release History -## 1.4.0-beta.1 (Unreleased) - -### Features Added - -### Breaking Changes - -### Bugs Fixed - +## 1.3.4 (2023-01-19) ### Other Changes +#### Dependency Updates +- Upgraded `azure-communication-common` to 1.2.4 +- Upgraded `azure-core` to 1.35.0 ## 1.3.3 (2022-11-10) ### Other Changes diff --git a/sdk/communication/azure-communication-chat/README.md b/sdk/communication/azure-communication-chat/README.md index ecd61a335e109..0592049503da1 100644 --- a/sdk/communication/azure-communication-chat/README.md +++ b/sdk/communication/azure-communication-chat/README.md @@ -52,7 +52,7 @@ add the direct dependency to your project as follows. com.azure azure-communication-chat - 1.3.3 + 1.3.4 ``` diff --git a/sdk/communication/azure-communication-chat/pom.xml b/sdk/communication/azure-communication-chat/pom.xml index 4a5b48018d35b..6af782e3104ba 100644 --- a/sdk/communication/azure-communication-chat/pom.xml +++ b/sdk/communication/azure-communication-chat/pom.xml @@ -14,7 +14,7 @@ com.azure azure-communication-chat - 1.4.0-beta.1 + 1.3.4 Microsoft Azure client library for chat application