Skip to content

Commit 41d948a

Browse files
committed
release: prep v2.5.3
1 parent b8c306e commit 41d948a

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## 2.5.3 (Feb 5, 2026)
4+
5+
* Add `golangci-lint` to the project [#293](https://github.com/okta/okta-aws-cli/pull/293) by [](https://github.com/pranav-okta)
6+
37
## 2.5.2 (Jan 8, 2025)
48

59
* 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)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ URL below. Then follow the directions in that wizard.
169169

170170
To support multiple AWS environments, associate additional AWS Federation
171171
applications with an OIDC app. The OIDC app **must** have the
172-
`okta.users.read.self` grant so that `okta-aws-cli` can inpsect the user's app
172+
`okta.users.read.self` grant so that `okta-aws-cli` can inspect the user's app
173173
links to see which AWS Fed apps have been assigned to them. The following is an
174174
illustration of the association of objects that make up this kind of
175175
configuration.

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.2"
48+
Version = "2.5.3"
4949

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

0 commit comments

Comments
 (0)