Skip to content

Commit

Permalink
Prepare 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-engel committed Sep 11, 2020
1 parent 728a2a9 commit c3ab1e0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Unreleased

# 3.2.0

> 2020-09-11
#### New features

- When piping the output of `jwt` to another command, `jwt` won't add a trailing newline

#### Bug fixes

- When verifying token without an `exp` claim, `jwt` won't print that the jwt is inavalid

# 3.1.0

> 2020-04-17
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.1.0"
version = "3.2.0"
authors = ["Mike Engel <[email protected]>", "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 c3ab1e0

Please sign in to comment.