Skip to content

Commit ad65f69

Browse files
Fix incorrect changelog version (Azure#17239)
1 parent e116efd commit ad65f69

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## 1.0.0b6 (2021-03-09)
44
### Added
5+
- Added support for Azure Active Directory authentication.
56
- Added support for 1:N SMS messaging.
67
- Added support for SMS idempotency.
78
- Send method series in SmsClient are idempotent under retry policy.
@@ -12,12 +13,9 @@
1213
- Send method takes in strings for phone numbers instead of `PhoneNumberIdentifier`.
1314
- Send method returns a list of `SmsSendResult`s instead of a `SendSmsResponse`.
1415

15-
## 1.0.0b5 (2021-02-09)
16-
### Added
17-
- Added support for Azure Active Directory authentication.
18-
1916
## 1.0.0b4 (2020-11-16)
2017
- Updated `azure-communication-sms` version.
18+
2119
### Breaking Changes
2220
- Replaced CommunicationUser with CommunicationUserIdentifier.
2321
- Replaced PhoneNumber with PhoneNumberIdentifier.

0 commit comments

Comments
 (0)