diff --git a/CHANGELOG.md b/CHANGELOG.md index 52017f1..dff3740 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/Cargo.toml b/Cargo.toml index 40ea9b6..6a81cf0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] edition = "2018" description = "PASETO: Platform-Agnostic Security Tokens (in Rust)"