Skip to content

Commit

Permalink
[communication] Prepare common and administration for beta.4 release (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikMe authored Jan 26, 2021
1 parent 6631419 commit 579d065
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions sdk/communication/communication-administration/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Release History

## 1.0.0-beta.4 (Unreleased)
## 1.0.0-beta.4 (2021-01-25)

### Added

- `CommunicationIdentityClient` added a constructor that supports `TokenCredential`.
- `PhoneNumberAdministrationClient` added a constructor that supports `TokenCredential`.

### Breaking Changes

Expand All @@ -11,11 +16,6 @@
- Fixed a bug where poller options were ignored for `beginReleasePhoneNumbers`, `beginReservePhoneNumbers` and `beginPurchaseReservation`.
- Fixed paging for `listPhoneNumbers`, `listPhonePlanGroups`, `listPhonePlans`, `listReleases`, `listSearches`, `listSupportedCountries`.

### Added

- `CommunicationIdentityClient` added a constructor that supports `TokenCredential`.
- `PhoneNumberAdministrationClient` added a constructor that supports `TokenCredential`.

## 1.0.0-beta.3 (2020-11-16)

### Added
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.

export const SDK_VERSION: string = "1.0.0-beta.3";
export const SDK_VERSION: string = "1.0.0-beta.4";
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.

export const SDK_VERSION: string = "1.0.0-beta.3";
export const SDK_VERSION: string = "1.0.0-beta.4";
2 changes: 1 addition & 1 deletion sdk/communication/communication-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 1.0.0-beta.4 (Unreleased)
## 1.0.0-beta.4 (2021-01-25)

### Added

Expand Down

0 comments on commit 579d065

Please sign in to comment.