File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
sdk/communication/azure-communication-identity Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 78
78
<dependency >
79
79
<groupId >com.azure</groupId >
80
80
<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} -->
82
82
</dependency >
83
83
<dependency >
84
84
<groupId >com.azure</groupId >
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ com.azure:azure-communication-callautomation;1.0.0-beta.1;1.0.0-beta.2
66
66
com.azure:azure-communication-common;1.2.8;2.0.0-beta.2
67
67
com.azure:azure-communication-common-perf;1.0.0-beta.1;1.0.0-beta.1
68
68
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
70
70
com.azure:azure-communication-phonenumbers;1.1.1;1.2.0-beta.1
71
71
com.azure:azure-communication-networktraversal;1.1.0-beta.2;1.1.0-beta.3
72
72
com.azure:azure-communication-jobrouter;1.0.0-beta.1;1.0.0-beta.1
Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 1.5.0-beta.1 (Unreleased )
3
+ ## 1.4.6 (2023-05-16 )
4
4
5
- ### Features Added
6
-
7
- ### Breaking Changes
5
+ ### Other Changes
8
6
9
- ### Bugs Fixed
7
+ #### Dependency Updates
10
8
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 ` .
12
11
13
12
## 1.4.5 (2023-04-21)
14
13
18
17
19
18
- Upgraded ` azure-core ` from ` 1.37.0 ` to version ` 1.38.0 ` .
20
19
20
+
21
21
## 1.4.4 (2023-03-08)
22
22
23
23
### Other Changes
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ add the direct dependency to your project as follows.
55
55
<dependency >
56
56
<groupId >com.azure</groupId >
57
57
<artifactId >azure-communication-identity</artifactId >
58
- <version >1.4.0 </version >
58
+ <version >1.4.5 </version >
59
59
</dependency >
60
60
```
61
61
Original file line number Diff line number Diff line change 16
16
<groupId >com.azure</groupId >
17
17
<artifactId >azure-communication-identity</artifactId >
18
18
<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} -->
20
20
21
21
<name >Microsoft Azure identity client library for communication</name >
22
22
<description >
You can’t perform that action at this time.
0 commit comments