Skip to content

Commit

Permalink
Bump version for release and update image
Browse files Browse the repository at this point in the history
  • Loading branch information
sciguy16 committed Jul 9, 2022
1 parent 20804f4 commit c697e44
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 10 deletions.
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,6 +1,6 @@
[package]
name = "jwt-explorer"
version = "0.4.1"
version = "0.5.0"
edition = "2021"
description = "Decode, explore, and sign JWTs"
repository = "https://github.com/sciguy16/jwt-explorer"
Expand Down
21 changes: 13 additions & 8 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]
### Added

### Changed

### Deprecated

### Removed

### Fixed

### Security

## [v0.5.0] - 2022-07-09
### Added
* Added editable human-readable versions of `iat` and `exp` fields
* Added dark/light theme switcher
* Added update checking button
Expand All @@ -19,14 +32,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Set default window size to 1280x1024
* GUI elements now fill the width of the window

### Deprecated

### Removed

### Fixed

### Security

## [v0.4.1] - 2022-07-07
### Added
* Added null signature attack
Expand Down
Binary file modified images/overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c697e44

Please sign in to comment.