Skip to content
Merged
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
5 changes: 5 additions & 0 deletions src/communication/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
Release History
===============

1.5.2
++++++
* Email service sdk version set to 1.0.0b1 to satisfy the current contract


1.5.1
++++++
* Add AzureCli to the user-agent header for Rooms and Email service clients
Expand Down
2 changes: 1 addition & 1 deletion src/communication/azext_communication/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# --------------------------------------------------------------------------------------------


VERSION = '1.5.1'
VERSION = '1.5.2'


def cli_application_id():
Expand Down
2 changes: 1 addition & 1 deletion src/communication/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
'azure-communication-sms',
'azure-communication-chat',
'azure-communication-rooms',
'azure-communication-email >= 1.0.0b1',
'azure-communication-email == 1.0.0b1',
]

try:
Expand Down