Skip to content

Commit d7bd7ee

Browse files
committed
chore: Release 4.0.0
1 parent 7212ff5 commit d7bd7ee

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

CHANGELOG.md

+13-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
11
# Unreleased
22

3-
- Remove the `prn` option as it's not included in the spec any longer #114
4-
- Trim whitespace around jwt before encoding #120
3+
# 4.0.0
4+
5+
> 2021-02-16
6+
7+
#### New features
8+
9+
- **[BREAKING]** Remove the `prn` option as it's not included in the spec any longer #114
10+
- **[BREAKING]** Avoid adding an `exp` claim automatically. Instead, the `--exp` flag must be present, with or without a value
511
- Support adding `jti` when encoding
612
- Add `no-iat` flag to disable automatic `iat` claim generation
7-
- Avoid adding an `exp` claim automatically. Instead, the `--exp` flag must be present, with or without a value
813
- Add an `--iso8601` flag to represent date-based claims as ISO 8601 date strings. Only applies to `iat`, `exp`, and `nbf`
914

15+
#### Bug fixes
16+
17+
- Trim whitespace around a jwt before encoding #120
18+
1019
# 3.3.0
1120

1221
> 2020-12-24
@@ -135,7 +144,7 @@
135144
136145
#### Breaking (maybe) changes
137146

138-
- Updated to jsonwebtoken version 4
147+
- Updated to `jsonwebtoken` version 4
139148
- JWTs without the `typ` header can now be decoded
140149

141150
# 1.2.0

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "jwt-cli"
33
description = "A super fast CLI tool to decode and encode JWTs built in Rust"
4-
version = "3.3.0"
4+
version = "4.0.0"
55
authors = ["Mike Engel <[email protected]>", "Corey McGregor <https://github.com/shousper>", "Aaron Schaef <https://github.com/atschaef>", "Hugh Simpson <https://github.com/hughsimpson>"]
66
edition = "2018"
77
license = "MIT"

0 commit comments

Comments
 (0)