Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# Changelog

## Unreleased
## 2.6.0 (February 14, 2025)

### SECURITY
### ENHANCEMENTS

* Move web SSO token from URL query parameter to POST request body for `/login/token/sso` endpoint to prevent token exposure in server logs, browser history, and proxy logs
* Add fuzzy-find picker for the CLI to pick the roles and IdPs.

### BUG FIXES

* Fix GitHub release workflow for chocolatey release

## 2.5.3 (Feb 5, 2026)

Expand Down
2 changes: 1 addition & 1 deletion internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func init() {

const (
// Version app version
Version = "2.5.3"
Version = "2.6.0"

////////////////////////////////////////////////////////////
// FORMATS
Expand Down