diff --git a/CHANGELOG.md b/CHANGELOG.md index 41997e7..8989820 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,15 @@ - -[All Changes](https://github.com/trussed-dev/cosey/compare/v0.3.1...HEAD) +[All Changes](https://github.com/trussed-dev/cosey/compare/v0.3.2...HEAD) + +## [v0.3.2](https://github.com/trussed-dev/cosey/releases/tag/v0.3.2) (2025-02-26) + +### Added + +- Implement `Deserialize` for `PublicKey` ([#12](https://github.com/trussed-dev/cosey/pull/12)) + +[All Changes](https://github.com/trussed-dev/cosey/compare/v0.3.1...v0.3.2) ## [v0.3.1](https://github.com/trussed-dev/cosey/releases/tag/v0.3.1) (2024-06-03) diff --git a/Cargo.toml b/Cargo.toml index 5310399..9338b3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cosey" -version = "0.3.1" +version = "0.3.2" authors = ["Nicolas Stalder "] license = "Apache-2.0 OR MIT" description = "Data types and serde for public COSE_Keys"