Skip to content

Commit 7f85d2b

Browse files
release 2.0.0-beta.1 (Azure#34201)
1 parent d48c536 commit 7f85d2b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

sdk/communication/azure-communication-common/CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
# Release History
22

3-
## 2.0.0-beta.1 (Unreleased)
3+
## 2.0.0-beta.1 (2023-03-24)
44

55
### Features Added
66
- Added support for a new communication identifier `MicrosoftBotIdentifier`.
77

88
### Breaking Changes
99
- Introduction of `MicrosoftBotIdentifier` is a breaking change. It will affect code that relied on using `UnknownIdentifier` with a rawID starting with `28:`
1010

11-
### Bugs Fixed
12-
1311
## 1.2.6 (2023-03-07)
1412

1513
### Other Changes

sdk/communication/azure-communication-common/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ add the direct dependency to your project as follows.
5151
<dependency>
5252
<groupId>com.azure</groupId>
5353
<artifactId>azure-communication-common</artifactId>
54-
<version>1.2.2</version>
54+
<version>2.0.0-beta.1</version>
5555
</dependency>
5656
```
5757
[//]: # ({x-version-update-end})

0 commit comments

Comments
 (0)