Skip to content

Commit

Permalink
[Communication] - Prepare Common package for release (#544)
Browse files Browse the repository at this point in the history
* [Communication] - Prepare Common package for release

* Update changelog and readme versions

Co-authored-by: Minnie Liu <[email protected]>
  • Loading branch information
RezaJooyandeh and Minnie Liu authored Jan 28, 2021
1 parent a68aa9f commit d5462f5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions sdk/communication/azure-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-28)
### Breaking Changes
- Renamed `CommunicationUserCredential` to `CommunicationTokenCredential`
- Renamed `PhoneNumber` to `PhoneNumberIdentifier`
Expand All @@ -10,7 +10,9 @@
### Added
- Added `MicrosoftTeamsUserIdentifier`

## 1.0.0-beta.3 (Unreleased)
## 1.0.0-beta.3 (Skipped)

## 1.0.0-beta.2 (Skipped)

## 1.0.0-beta.1 (2020-09-22)
This package contains common code for Azure Communication Service libraries. For more information, please see the [README][read_me] and [documentation][documentation].
Expand Down
8 changes: 4 additions & 4 deletions sdk/communication/azure-communication-common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This package contains common code for Azure Communication Service libraries.
APIs that would require the Java 8+ API desugaring provided by Android Gradle plugin 4.0.0.

### Versions available
The current version of this library is **1.0.0-beta.1**.
The current version of this library is **1.0.0-beta.4**.

> 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.
Expand All @@ -38,13 +38,13 @@ Add an `implementation` configuration to the `dependencies` block of your app's
// build.gradle
dependencies {
...
implementation "com.azure.android:azure-communication-common:1.0.0-beta.1"
implementation "com.azure.android:azure-communication-common:1.0.0-beta.4"
}
// build.gradle.kts
dependencies {
...
implementation("com.azure.android:azure-communication-common:1.0.0-beta.1")
implementation("com.azure.android:azure-communication-common:1.0.0-beta.4")
}
```

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

Expand Down

0 comments on commit d5462f5

Please sign in to comment.