Skip to content

Commit b9f5f06

Browse files
authored
Patch release of the azure-communication-identity[1.4.6] (Azure#34964)
* Reset changes to the patch version. * Updating the SDK dependencies for azure-communication-identity * added all latest changes merged to the main
1 parent 1eb120a commit b9f5f06

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

eng/jacoco-test-coverage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<dependency>
7979
<groupId>com.azure</groupId>
8080
<artifactId>azure-communication-identity</artifactId>
81-
<version>1.5.0-beta.1</version> <!-- {x-version-update;com.azure:azure-communication-identity;current} -->
81+
<version>1.4.6</version> <!-- {x-version-update;com.azure:azure-communication-identity;current} -->
8282
</dependency>
8383
<dependency>
8484
<groupId>com.azure</groupId>

eng/versioning/version_client.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ com.azure:azure-communication-callautomation;1.0.0-beta.1;1.0.0-beta.2
6666
com.azure:azure-communication-common;1.2.8;2.0.0-beta.2
6767
com.azure:azure-communication-common-perf;1.0.0-beta.1;1.0.0-beta.1
6868
com.azure:azure-communication-sms;1.1.12;1.2.0-beta.1
69-
com.azure:azure-communication-identity;1.4.5;1.5.0-beta.1
69+
com.azure:azure-communication-identity;1.4.5;1.4.6
7070
com.azure:azure-communication-phonenumbers;1.1.1;1.2.0-beta.1
7171
com.azure:azure-communication-networktraversal;1.1.0-beta.2;1.1.0-beta.3
7272
com.azure:azure-communication-jobrouter;1.0.0-beta.1;1.0.0-beta.1

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

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

3-
## 1.5.0-beta.1 (Unreleased)
3+
## 1.4.6 (2023-05-16)
44

5-
### Features Added
6-
7-
### Breaking Changes
5+
### Other Changes
86

9-
### Bugs Fixed
7+
#### Dependency Updates
108

11-
### Other Changes
9+
- Upgraded `azure-core` from `1.38.0` to version `1.39.0`.
10+
- Upgraded `azure-communication-common` from `1.2.6` to version `1.2.8`.
1211

1312
## 1.4.5 (2023-04-21)
1413

@@ -18,6 +17,7 @@
1817

1918
- Upgraded `azure-core` from `1.37.0` to version `1.38.0`.
2019

20+
2121
## 1.4.4 (2023-03-08)
2222

2323
### Other Changes

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.4.0</version>
58+
<version>1.4.5</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.5.0-beta.1</version> <!-- {x-version-update;com.azure:azure-communication-identity;current} -->
19+
<version>1.4.6</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)