Skip to content

Commit

Permalink
chore: Release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-engel committed Feb 16, 2021
1 parent 7212ff5 commit d7bd7ee
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
17 changes: 13 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
# Unreleased

- Remove the `prn` option as it's not included in the spec any longer #114
- Trim whitespace around jwt before encoding #120
# 4.0.0

> 2021-02-16
#### New features

- **[BREAKING]** Remove the `prn` option as it's not included in the spec any longer #114
- **[BREAKING]** Avoid adding an `exp` claim automatically. Instead, the `--exp` flag must be present, with or without a value
- Support adding `jti` when encoding
- Add `no-iat` flag to disable automatic `iat` claim generation
- Avoid adding an `exp` claim automatically. Instead, the `--exp` flag must be present, with or without a value
- Add an `--iso8601` flag to represent date-based claims as ISO 8601 date strings. Only applies to `iat`, `exp`, and `nbf`

#### Bug fixes

- Trim whitespace around a jwt before encoding #120

# 3.3.0

> 2020-12-24
Expand Down Expand Up @@ -135,7 +144,7 @@
#### Breaking (maybe) changes

- Updated to jsonwebtoken version 4
- Updated to `jsonwebtoken` version 4
- JWTs without the `typ` header can now be decoded

# 1.2.0
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 = "3.3.0"
version = "4.0.0"
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 = "2018"
license = "MIT"
Expand Down

0 comments on commit d7bd7ee

Please sign in to comment.