Skip to content

Commit

Permalink
Java Jan release (Azure#33091)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiminwen-msft authored Jan 19, 2023
1 parent 57f7a01 commit 33b8211
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 12 deletions.
2 changes: 1 addition & 1 deletion eng/jacoco-test-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-communication-chat</artifactId>
<version>1.4.0-beta.1</version> <!-- {x-version-update;com.azure:azure-communication-chat;current} -->
<version>1.3.4</version> <!-- {x-version-update;com.azure:azure-communication-chat;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
2 changes: 1 addition & 1 deletion eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 4 additions & 8 deletions sdk/communication/azure-communication-chat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sdk/communication/azure-communication-chat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-communication-chat</artifactId>
<version>1.3.3</version>
<version>1.3.4</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion sdk/communication/azure-communication-chat/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-chat</artifactId>
<version>1.4.0-beta.1</version> <!-- {x-version-update;com.azure:azure-communication-chat;current} -->
<version>1.3.4</version> <!-- {x-version-update;com.azure:azure-communication-chat;current} -->

<name>Microsoft Azure client library for chat application</name>
<description>
Expand Down

0 comments on commit 33b8211

Please sign in to comment.