Skip to content

Commit d5462f5

Browse files
RezaJooyandehMinnie Liu
andauthored
[Communication] - Prepare Common package for release (#544)
* [Communication] - Prepare Common package for release * Update changelog and readme versions Co-authored-by: Minnie Liu <[email protected]>
1 parent a68aa9f commit d5462f5

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 1.0.0-beta.4 (Unreleased)
3+
## 1.0.0-beta.4 (2021-01-28)
44
### Breaking Changes
55
- Renamed `CommunicationUserCredential` to `CommunicationTokenCredential`
66
- Renamed `PhoneNumber` to `PhoneNumberIdentifier`
@@ -10,7 +10,9 @@
1010
### Added
1111
- Added `MicrosoftTeamsUserIdentifier`
1212

13-
## 1.0.0-beta.3 (Unreleased)
13+
## 1.0.0-beta.3 (Skipped)
14+
15+
## 1.0.0-beta.2 (Skipped)
1416

1517
## 1.0.0-beta.1 (2020-09-22)
1618
This package contains common code for Azure Communication Service libraries. For more information, please see the [README][read_me] and [documentation][documentation].

sdk/communication/azure-communication-common/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This package contains common code for Azure Communication Service libraries.
2020
APIs that would require the Java 8+ API desugaring provided by Android Gradle plugin 4.0.0.
2121

2222
### 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**.
2424

2525
> 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.
2626
@@ -38,13 +38,13 @@ Add an `implementation` configuration to the `dependencies` block of your app's
3838
// build.gradle
3939
dependencies {
4040
...
41-
implementation "com.azure.android:azure-communication-common:1.0.0-beta.1"
41+
implementation "com.azure.android:azure-communication-common:1.0.0-beta.4"
4242
}
4343
4444
// build.gradle.kts
4545
dependencies {
4646
...
47-
implementation("com.azure.android:azure-communication-common:1.0.0-beta.1")
47+
implementation("com.azure.android:azure-communication-common:1.0.0-beta.4")
4848
}
4949
```
5050

@@ -55,7 +55,7 @@ To import the library into your project using the [Maven](https://maven.apache.o
5555
<dependency>
5656
<groupId>com.azure.android</groupId>
5757
<artifactId>azure-communication-common</artifactId>
58-
<version>1.0.0-beta.1</version>
58+
<version>1.0.0-beta.4</version>
5959
</dependency>
6060
```
6161

0 commit comments

Comments
 (0)