Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ com.azure:azure-analytics-synapse-spark;1.0.0-beta.5;1.0.0-beta.6
com.azure:azure-analytics-synapse-managedprivateendpoints;1.0.0-beta.5;1.0.0-beta.6
com.azure:azure-analytics-synapse-monitoring;1.0.0-beta.4;1.0.0-beta.5
com.azure:azure-code-customization-parent;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-communication-callautomation;1.5.2;1.6.0
com.azure:azure-communication-callautomation;1.6.0;1.7.0-beta.1
com.azure:azure-communication-callingserver;1.0.0-beta.4;1.0.0-beta.5
com.azure:azure-communication-chat;1.6.4;1.7.0-beta.1
com.azure:azure-communication-common;1.4.4;1.5.0-beta.1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.7.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.6.0 (2026-01-27)

### Features Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<groupId>com.azure</groupId>
<artifactId>azure-communication-callautomation</artifactId>
<packaging>jar</packaging>
<version>1.6.0</version> <!-- {x-version-update;com.azure:azure-communication-callautomation;current} -->
<version>1.7.0-beta.1</version> <!-- {x-version-update;com.azure:azure-communication-callautomation;current} -->
Copy link

Copilot AI Jan 28, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The version has been updated in pom.xml and version_client.txt, but the README.md file (line 25) still references version 1.6.0. The version in README.md should be updated to 1.7.0-beta.1 to maintain consistency across all documentation. The README.md includes version update markers (x-version-update-start/end) that indicate this version should be automatically synchronized.

Copilot uses AI. Check for mistakes.

<name>Microsoft Azure client library for Call Automation service</name>
<description>
Expand Down