Skip to content

Commit

Permalink
chore: Update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-engel committed Oct 7, 2019
1 parent c5e1f9e commit bf5bfb7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Unreleased

# 2.5.1

> 2019-10-07
#### Bug fixes
- 2.5.1 fixes a nasty bug where non-string JSON values would be dropped during encoding

# 2.5.0

> 2019-05-29
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 = "2.5.0"
version = "2.5.1"
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 bf5bfb7

Please sign in to comment.