Skip to content

Commit

Permalink
chore: Prepare 6.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-engel committed May 27, 2024
1 parent 207ecdd commit ae56d9f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Unreleased

# 6.1.0

> 2024-05-27
#### New features
- Add JWKS support for all supported algorithms #311
- Add shell completion #325
- Add `--keep-payload-order` option to keep the payload order the same #301
- Add support for inline JWKS secrets for JWT decoding #299

#### Changes
- Update `jsonwebtoken` to version 9 #311

#### Fixes
- Fix inline JWKS secrets for ES256/384 algorithms #310

# 6.0.0

> 2023-06-22
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "jwt-cli"
description = "A super fast CLI tool to decode and encode JWTs built in Rust"
version = "6.0.0"
version = "6.1.0"
repository = "https://github.com/mike-engel/jwt-cli"
authors = ["Mike Engel <mike@mike-engel.com>", "Corey McGregor <https://github.com/shousper>", "Aaron Schaef <https://github.com/atschaef>", "Hugh Simpson <https://github.com/hughsimpson>"]
edition = "2021"
Expand Down

0 comments on commit ae56d9f

Please sign in to comment.