Skip to content

Commit

Permalink
[Chat] Update change log for release (#37910)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLai authored Dec 4, 2023
1 parent c4b5c92 commit 51f8804
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ com.azure:azure-aot-graalvm-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-code-customization-parent;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-communication-callautomation;1.1.0;1.2.0-beta.1
com.azure:azure-communication-callingserver;1.0.0-beta.4;1.0.0-beta.5
com.azure:azure-communication-chat;1.3.14;1.4.0-beta.1
com.azure:azure-communication-chat;1.3.14;1.4.0
com.azure:azure-communication-common;1.2.14;2.0.0-beta.2
com.azure:azure-communication-common-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-communication-email;1.0.8;1.1.0-beta.1
Expand Down
10 changes: 2 additions & 8 deletions sdk/communication/azure-communication-chat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
# Release History

## 1.4.0-beta.1 (Unreleased)
## 1.4.0 (2023-12-04)

### Features Added

- Added `ChatAttachment` object that contains properties for attachments incoming from Teams Chat Threads.

### Breaking Changes

### Bugs Fixed

### Other Changes
- Added `ChatAttachment` object that contains properties for inline images incoming from Teams Chat Threads.

## 1.3.14 (2023-11-20)

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.10</version>
<version>1.4.0</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.4.0</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 51f8804

Please sign in to comment.