You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/communication/azure-communication-common/CHANGELOG.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Release History
2
2
3
-
## 1.0.0-beta.4 (Unreleased)
3
+
## 1.0.0-beta.4 (2021-01-28)
4
4
### Breaking Changes
5
5
- Renamed `CommunicationUserCredential` to `CommunicationTokenCredential`
6
6
- Renamed `PhoneNumber` to `PhoneNumberIdentifier`
@@ -10,7 +10,9 @@
10
10
### Added
11
11
- Added `MicrosoftTeamsUserIdentifier`
12
12
13
-
## 1.0.0-beta.3 (Unreleased)
13
+
## 1.0.0-beta.3 (Skipped)
14
+
15
+
## 1.0.0-beta.2 (Skipped)
14
16
15
17
## 1.0.0-beta.1 (2020-09-22)
16
18
This package contains common code for Azure Communication Service libraries. For more information, please see the [README][read_me] and [documentation][documentation].
Copy file name to clipboardExpand all lines: sdk/communication/azure-communication-common/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ This package contains common code for Azure Communication Service libraries.
20
20
APIs that would require the Java 8+ API desugaring provided by Android Gradle plugin 4.0.0.
21
21
22
22
### Versions available
23
-
The current version of this library is **1.0.0-beta.1**.
23
+
The current version of this library is **1.0.0-beta.4**.
24
24
25
25
> Note: The SDK is currently in **beta**. The API surface and feature sets are subject to change at any time before they become generally available. We do not currently recommend them for production use.
26
26
@@ -38,13 +38,13 @@ Add an `implementation` configuration to the `dependencies` block of your app's
0 commit comments