Skip to content

Commit

Permalink
v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brycx committed Dec 10, 2024
1 parent c95c29a commit 0ca827b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 0.7.1

__Date:__ December 10, 2024.

- Add `serde` `Serialize` and `Deserialize` to `TrustedToken`, `UntrustedToken` and `Claims` ([#150](https://github.com/brycx/pasetors/issues/150), credits: [@tomtom5152](https://github.com/tomtom5152)).

### 0.7.0

__Date:__ August 28, 2024.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pasetors"
version = "0.7.0" # Update html_root_url in lib.rs along with this.
version = "0.7.1" # Update html_root_url in lib.rs along with this.
authors = ["brycx <[email protected]>"]
edition = "2018"
description = "PASETO: Platform-Agnostic Security Tokens (in Rust)"
Expand Down

0 comments on commit 0ca827b

Please sign in to comment.