Skip to content

Commit

Permalink
Bump version and prepare for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
codybuell committed Jun 24, 2024
1 parent ea0c761 commit 2826259
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,22 @@ Notes for upgrading...

### Fixed

[0.4.1] - 2024-06-24
--------------------

### Fixed

- Patched the package `github.com/dvsekhvalnov/jose2go` to version 1.6.0 to address Dependabot security findings [kionsoftware/kion-cli/pull/48]


[0.4.0] - 2024-06-18
-------------------------
--------------------

SAML Authentication is now supported for Kion versions < `3.8.0`. No additional configuration is required for use, see `README.md` for details on SAML authentication with the CLI.
SAML Authentication is now supported for Kion versions `< 3.8.0`. No additional configuration is required for use, see `README.md` for details on SAML authentication with the CLI.

### Added
- A new version constraint will switch between SAML authentication behaviors based on the target Kion version.

- A new version constraint will switch between SAML authentication behaviors based on the target Kion version. [kionsoftware/kion-cli/pull/46]

[0.3.0] - 2024-06-03
--------------------
Expand Down
2 changes: 1 addition & 1 deletion VERSION.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.4.0
v0.4.1

0 comments on commit 2826259

Please sign in to comment.