Skip to content

Commit

Permalink
Update for release
Browse files Browse the repository at this point in the history
  • Loading branch information
sciguy16 committed Oct 16, 2021
1 parent c740a58 commit 58d7d71
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jwt-explorer"
version = "0.1.1"
version = "0.2.0"
edition = "2018"
description = "Decode, explore, and sign JWTs"
repository = "https://github.com/sciguy16/jwt-explorer"
Expand Down
9 changes: 6 additions & 3 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

### Changed
* If no secret provided then guess common values *before* validating the signature
* Include build version and date in the title
* Added `libxcb-render0` to deb dependencies

### Deprecated

Expand All @@ -21,6 +18,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Security


## [v0.2.0]
### Changed
* If no secret provided then guess common values *before* validating the signature
* Include build version and date in the title
* Added `libxcb-render0` to deb dependencies

## [v0.1.0]
Initial release. Features:

Expand Down

0 comments on commit 58d7d71

Please sign in to comment.