Skip to content

Commit 72b06ee

Browse files
authored
Prepare patch release Communication Identity (#41339)
1 parent 1a547c5 commit 72b06ee

File tree

7 files changed

+18
-18
lines changed

7 files changed

+18
-18
lines changed

eng/versioning/version_client.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ com.azure:azure-code-customization-parent;1.0.0-beta.1;1.0.0-beta.1
7070
com.azure:azure-communication-callautomation;1.2.4;1.3.0-beta.1
7171
com.azure:azure-communication-callingserver;1.0.0-beta.4;1.0.0-beta.5
7272
com.azure:azure-communication-chat;1.5.4;1.6.0-beta.1
73-
com.azure:azure-communication-common;1.3.6;1.4.0-beta.1
73+
com.azure:azure-communication-common;1.3.6;1.3.7
7474
com.azure:azure-communication-common-perf;1.0.0-beta.1;1.0.0-beta.1
7575
com.azure:azure-communication-email;1.0.16;1.1.0-beta.1
76-
com.azure:azure-communication-identity;1.5.8;1.6.0-beta.1
76+
com.azure:azure-communication-identity;1.5.8;1.6.0
7777
com.azure:azure-communication-jobrouter;1.1.7;2.0.0-beta.1
7878
com.azure:azure-communication-messages;1.0.6;1.1.0-beta.1
7979
com.azure:azure-communication-phonenumbers;1.1.16;1.2.0-beta.4

sdk/communication/azure-communication-common-perf/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.azure</groupId>
3030
<artifactId>azure-communication-common</artifactId>
31-
<version>1.4.0-beta.1</version> <!-- {x-version-update;com.azure:azure-communication-common;current} -->
31+
<version>1.3.7</version> <!-- {x-version-update;com.azure:azure-communication-common;current} -->
3232
</dependency>
3333
<dependency>
3434
<groupId>com.azure</groupId>

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

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
# Release History
22

3-
## 1.4.0-beta.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
3+
## 1.3.7 (2024-09-17)
104

115
### Other Changes
126

7+
#### Dependency Updates
8+
9+
- Upgraded `azure-core-http-netty` from `1.15.3` to version `1.15.4`.
10+
- Upgraded `azure-core` from `1.51.0` to version `1.52.0`.
1311

1412
## 1.3.5 (2024-07-26)
1513

sdk/communication/azure-communication-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<groupId>com.azure</groupId>
1414
<artifactId>azure-communication-common</artifactId>
1515
<packaging>jar</packaging>
16-
<version>1.4.0-beta.1</version> <!-- {x-version-update;com.azure:azure-communication-common;current} -->
16+
<version>1.3.7</version> <!-- {x-version-update;com.azure:azure-communication-common;current} -->
1717

1818
<name>Microsoft Azure common library for communication service client</name>
1919
<description>

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

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

3-
## 1.6.0-beta.1 (Unreleased)
3+
## 1.6.0 (2024-09-17)
44

5-
### Features Added
5+
### Other Changes
66

7-
### Breaking Changes
7+
- Removed remaining `jackson-databind` usages and dependency from the project.
88

9-
### Bugs Fixed
9+
#### Dependency Updates
1010

11-
### Other Changes
11+
- Upgraded `azure-core` from `1.51.0` to version `1.52.0`.
12+
- Upgraded `azure-core-http-netty` from `1.15.3` to version `1.15.4`.
13+
- Upgraded `azure-communication-common` from `1.3.6` to version `1.3.7`.
1214

1315
## 1.5.7 (2024-07-26)
1416

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ add the direct dependency to your project as follows.
5555
<dependency>
5656
<groupId>com.azure</groupId>
5757
<artifactId>azure-communication-identity</artifactId>
58-
<version>1.5.0</version>
58+
<version>1.6.0</version>
5959
</dependency>
6060
```
6161

sdk/communication/azure-communication-identity/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<groupId>com.azure</groupId>
1717
<artifactId>azure-communication-identity</artifactId>
1818
<packaging>jar</packaging>
19-
<version>1.6.0-beta.1</version> <!-- {x-version-update;com.azure:azure-communication-identity;current} -->
19+
<version>1.6.0</version> <!-- {x-version-update;com.azure:azure-communication-identity;current} -->
2020

2121
<name>Microsoft Azure identity client library for communication</name>
2222
<description>

0 commit comments

Comments
 (0)