We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f43c21 commit ae2dfabCopy full SHA for ae2dfab
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 5.2.1 (June 21, 2023)
2
+### Fixed
3
+- Reverted Identity compartment level discovery changes
4
+
5
## 5.2.0 (June 21, 2023)
6
7
### Added
internal/globalvar/version.go
@@ -7,7 +7,7 @@ import (
"log"
8
)
9
10
-const Version = "5.2.0"
+const Version = "5.2.1"
11
const ReleaseDate = "2023-06-21"
12
13
func PrintVersion() {
0 commit comments