Skip to content

Commit 268ea3b

Browse files
authored
Update azidentity/cache changelog and version (Azure#22853)
1 parent 48674fd commit 268ea3b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

sdk/azidentity/cache/CHANGELOG.md

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

3-
## 0.2.1 (2024-05-07)
3+
## 0.2.2 (2024-05-07)
44

55
### Bugs Fixed
66
* On Linux, prevent "permission denied" errors by linking the session keyring
@@ -9,6 +9,11 @@
99
### Other Changes
1010
* Upgraded dependencies
1111

12+
## 0.2.1 (2023-11-07)
13+
14+
### Other Changes
15+
* Upgraded dependencies and documentation
16+
1217
## 0.2.0 (2023-10-10)
1318

1419
### Bugs Fixed

sdk/azidentity/cache/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
package cache
88

9-
const version = "v0.2.1" // nolint
9+
const version = "v0.2.2" // nolint

0 commit comments

Comments
 (0)