Skip to content

Commit ae2dfab

Browse files
committed
Added - Changelog and version update for hotfix
1 parent 2f43c21 commit ae2dfab

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 5.2.1 (June 21, 2023)
2+
### Fixed
3+
- Reverted Identity compartment level discovery changes
4+
15
## 5.2.0 (June 21, 2023)
26

37
### Added

internal/globalvar/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"log"
88
)
99

10-
const Version = "5.2.0"
10+
const Version = "5.2.1"
1111
const ReleaseDate = "2023-06-21"
1212

1313
func PrintVersion() {

0 commit comments

Comments
 (0)