Skip to content

Commit 7852a0a

Browse files
authored
release updates (Azure#29762)
1 parent bdd91f4 commit 7852a0a

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

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

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
11
# Release History
22

3-
## 1.4.0b1 (Unreleased)
3+
## 1.4.0b1 (2023-04-05)
44

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

8-
### Breaking Changes
9-
- Introduction of `MicrosoftBotIdentifier` is a breaking change. It will affect code that relied on using `UnknownIdentifier` with a raw_id starting with `28:`
10-
11-
### Bugs Fixed
12-
13-
### Other Changes
14-
158
## 1.3.1 (2022-10-28)
169

1710
### Bug Fixes

sdk/communication/azure-communication-identity/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
license='MIT License',
4444
# ensure that the development status reflects the status of your package
4545
classifiers=[
46-
"Development Status :: 5 - Production/Stable",
46+
"Development Status :: 4 - Beta",
4747

4848
'Programming Language :: Python',
4949
'Programming Language :: Python :: 3 :: Only',

0 commit comments

Comments
 (0)