Skip to content

Commit f4b7db9

Browse files
committed
release: prep v2.6.0
1 parent 20bf913 commit f4b7db9

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

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

3-
## Unreleased
3+
## 2.6.0 (February 14, 2025)
44

5-
### SECURITY
5+
### ENHANCEMENTS
66

77
* 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
8+
* Add fuzzy-find picker for the CLI to pick the roles and IdPs.
9+
10+
### BUG FIXES
11+
12+
* Fix GitHub release workflow for chocolatey release
813

914
## 2.5.3 (Feb 5, 2026)
1015

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.3"
48+
Version = "2.6.0"
4949

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

0 commit comments

Comments
 (0)