diff --git a/CHANGELOG.md b/CHANGELOG.md index a6afe91..56d3ffb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,18 @@ ## [Unreleased][] +[Unreleased]: https://github.com/trussed-dev/trussed-staging/compare/v0.3.7...HEAD + +- + +## [v0.3.7][] (2024-10-22) + +[v0.3.7]: https://github.com/Nitrokey/trussed-se050-backend/compare/v0.3.6...v0.3.7 + ### Changed - Update `cbor-smol` dependency to v0.5.0 -[Unreleased]: https://github.com/trussed-dev/trussed-staging/compare/v0.3.0...HEAD - ## [v0.3.6][] (2024-10-17) [v0.3.6]: https://github.com/Nitrokey/trussed-se050-backend/compare/v0.3.5...v0.3.6 diff --git a/Cargo.toml b/Cargo.toml index 6c34bdd..e47c353 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "Apache-2.0 OR MIT" [package] name = "trussed-se050-backend" -version = "0.3.6" +version = "0.3.7" authors.workspace = true edition.workspace = true repository.workspace = true