Skip to content

Commit addcd5d

Browse files
authored
Prepare ACS Common for a minor release - 1.1.0. (#1232)
1 parent 4510312 commit addcd5d

File tree

3 files changed

+6
-12
lines changed

3 files changed

+6
-12
lines changed

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
# Release History
22

3-
## 1.1.0-beta.2 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
3+
## 1.1.0 (2022-11-11)
84

95
### Bugs Fixed
106
- Fixed the logic of `PhoneNumberIdentifier` to always maintain the original phone number string whether it included the leading + sign or not.
117

12-
### Other Changes
13-
148
#### Dependency updates
159
- Updated `android-core` version to `1.0.0-beta.12`.
1610
- Updated `android-core-logging` version to `1.0.0-beta.12`.

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.2**.
23+
The current version of this library is **1.1.0**.
2424

2525
### Install the library
2626
To install the Azure client libraries for Android, add them as dependencies within your
@@ -36,13 +36,13 @@ Add an `implementation` configuration to the `dependencies` block of your app's
3636
// build.gradle
3737
dependencies {
3838
...
39-
implementation "com.azure.android:azure-communication-common:1.0.2"
39+
implementation "com.azure.android:azure-communication-common:1.1.0"
4040
}
4141
4242
// build.gradle.kts
4343
dependencies {
4444
...
45-
implementation("com.azure.android:azure-communication-common:1.0.2")
45+
implementation("com.azure.android:azure-communication-common:1.1.0")
4646
}
4747
```
4848

@@ -53,7 +53,7 @@ To import the library into your project using the [Maven](https://maven.apache.o
5353
<dependency>
5454
<groupId>com.azure.android</groupId>
5555
<artifactId>azure-communication-common</artifactId>
56-
<version>1.0.2</version>
56+
<version>1.1.0</version>
5757
</dependency>
5858
```
5959

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=1.1.0-beta.2
1+
version=1.1.0

0 commit comments

Comments
 (0)