Skip to content

Commit fa2d7dc

Browse files
release EUDB change (#1448)
* release EUDB change * Update sdk/communication/azure-communication-chat/CHANGELOG.md Co-authored-by: vcolin7 <[email protected]> * address comments * Update CHANGELOG.md --------- Co-authored-by: vcolin7 <[email protected]>
1 parent ed4f9f0 commit fa2d7dc

File tree

3 files changed

+15
-18
lines changed

3 files changed

+15
-18
lines changed

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

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,18 @@
11
# Release History
2-
## 2.1.0-beta.1 (Unreleased)
32

4-
### Features Added
5-
6-
### Breaking Changes
7-
8-
### Bugs Fixed
3+
## 2.0.1 (2023-10-25)
94

105
### Other Changes
6+
Change Trouter EU endpoints for EUDB compliance
117

12-
#### Dependency Updates
13-
- Updated `android-core` version to `1.0.0-beta.12`.
14-
- Updated `android-core-credential` version to `1.0.0-beta.12`.
15-
- Updated `android-core-http` version to `1.0.0-beta.12`.
16-
- Updated `android-core-http-okhttp` version to `1.0.0-beta.12`.
17-
- Updated `android-core-logging` version to `1.0.0-beta.12`.
18-
- Updated `android-core-rest` version to `1.0.0-beta.12`.
8+
#### Dependency updates
9+
- Updated `azure-core` dependency to `1.0.0-beta.13`.
10+
- Updated `azure-core-credential` dependency to `1.0.0-beta.13`.
11+
- Updated `azure-core-http` dependency to `1.0.0-beta.13`.
12+
- Updated `azure-core-http-okhttp` dependency to `1.0.0-beta.13`.
13+
- Updated `azure-core-logging` dependency to `1.0.0-beta.13`.
14+
- Updated `azure-core-rest` dependency to `1.0.0-beta.13`.
15+
- Updated `azure-communication-common` dependency to `1.1.1`.
1916

2017
## 2.0.0 (2022-08-29)
2118
### Features Added

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Azure Communication Chat contains the APIs used in chat applications for Azure C
1515
- A deployed Communication Services resource. You can use the [Azure Portal](https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource?tabs=windows&pivots=platform-azp) or the [Azure PowerShell](https://docs.microsoft.com/powershell/module/az.communication/new-azcommunicationservice) to set it up.
1616

1717
### Versions available
18-
The current version of this library is **2.0.0**.
18+
The current version of this library is **2.0.1**.
1919

2020
### Include the package
2121
To install the Azure Communication Chat libraries for Android, add them as dependencies within your
@@ -31,13 +31,13 @@ Add an `implementation` configuration to the `dependencies` block of your app's
3131
// build.gradle
3232
dependencies {
3333
...
34-
implementation "com.azure.android:azure-communication-chat:2.0.0"
34+
implementation "com.azure.android:azure-communication-chat:2.0.1"
3535
}
3636
3737
// build.gradle.kts
3838
dependencies {
3939
...
40-
implementation("com.azure.android:azure-communication-chat:2.0.0")
40+
implementation("com.azure.android:azure-communication-chat:2.0.1")
4141
}
4242
```
4343

@@ -48,7 +48,7 @@ To import the library into your project using the [Maven](https://maven.apache.o
4848
<dependency>
4949
<groupId>com.azure.android</groupId>
5050
<artifactId>azure-communication-chat</artifactId>
51-
<version>2.0.0</version>
51+
<version>2.0.1</version>
5252
</dependency>
5353
```
5454

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

0 commit comments

Comments
 (0)