Skip to content

Commit b832768

Browse files
[Communication]: Update Changelogs for March Release (Azure#17174)
* Update Changelogs for March Release * Keep version for mgmt * Keep version for mgmt and update version for chat * Revert changes for mgmt * Updated auto generated versions * Updated SMS version * Updated formatting in identity CHANGELOG
1 parent bface23 commit b832768

File tree

7 files changed

+9
-6
lines changed

7 files changed

+9
-6
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Release History
22

3+
## 1.0.0b5 (2021-03-09)
4+
- Updated `azure-communication-chat` version.
5+
36
## 1.0.0b4 (2021-02-09)
47
### Breaking Changes
58
- Uses `CommunicationUserIdentifier` and `CommunicationIdentifier` in place of `CommunicationUser`, and `CommunicationTokenCredential` instead of `CommunicationUserCredential`.

sdk/communication/azure-communication-chat/azure/communication/chat/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
# license information.
55
# --------------------------------------------------------------------------
66

7-
VERSION = "1.0.0b4"
7+
VERSION = "1.0.0b5"
88

99
SDK_MONIKER = "communication-chat/{}".format(VERSION) # type: str

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 1.0.0-beta.5 (Unreleased)
3+
## 1.0.0b5 (2021-03-09)
44

55
### Breaking
66
- CommunicationIdentityClient's (synchronous and asynchronous) `issue_token` function is now renamed to `get_token`.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
# license information.
55
# --------------------------------------------------------------------------
66

7-
VERSION = "1.0.0b4"
7+
VERSION = "1.0.0b5"
88

99
SDK_MONIKER = "communication-identity/{}".format(VERSION) # type: str

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 1.0.0b4 (Unreleased)
3+
## 1.0.0b4 (2021-03-09)
44

55
### Added
66
- Added PhoneNumbersAdministrationClient (originally was part of the azure.communication.administration package).

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 1.0.0b6 (Unreleased)
3+
## 1.0.0b6 (2021-03-09)
44
### Added
55
- Added support for 1:N SMS messaging.
66
- Added support for SMS idempotency.

sdk/communication/azure-communication-sms/azure/communication/sms/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
# license information.
55
# --------------------------------------------------------------------------
66

7-
VERSION = "1.0.0b5"
7+
VERSION = "1.0.0b6"
88

99
SDK_MONIKER = "communication-sms/{}".format(VERSION) # type: str

0 commit comments

Comments
 (0)