Skip to content

Commit d20a94c

Browse files
authored
release: prep v2.5.2 (#298)
1 parent 88e0532 commit d20a94c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 2.5.2 (Jan 8, 2025)
4+
5+
* Fix windows runtime error of could not find the home directory [#297](https://github.com/okta/okta-aws-cli/pull/297) by [@pranav-okta](https://github.com/pranav-okta)
6+
* Fix output formatting [#271](https://github.com/okta/okta-aws-cli/pull/271) by [@curator](https://github.com/curator)
7+
38
## 2.5.0 (May 20, 2025)
49

510
* New `direct` command for OOB MFA password grant auth flow [#277](https://github.com/okta/okta-aws-cli/pull/277), thanks [@monde](https://github.com/monde)!

internal/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ func init() {
4545

4646
const (
4747
// Version app version
48-
Version = "2.5.1"
48+
Version = "2.5.2"
4949

5050
////////////////////////////////////////////////////////////
5151
// FORMATS

0 commit comments

Comments
 (0)