diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f37186..d6a4ab9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ SPDX-License-Identifier: CC0-1.0 # Changelog -## [Unreleased][] +## [v0.3.0][] (2023-24-02) ### Features @@ -15,6 +15,7 @@ SPDX-License-Identifier: CC0-1.0 ### Bugfixes - Fix OpenSC compatibility ([#96][]) +- Fix crash when attempting to sign large payloads with RSA ([nitrokey/trussed/#11][]) ### Developement @@ -30,7 +31,8 @@ SPDX-License-Identifier: CC0-1.0 [#107]: https://github.com/Nitrokey/opcard-rs/pull/107 [#108]: https://github.com/Nitrokey/opcard-rs/pull/108 [#109]: https://github.com/Nitrokey/opcard-rs/pull/109 -[Unreleased]: https://github.com/Nitrokey/opcard-rs/compare/v0.2.0...main +[nitrokey/trussed/#11]: https://github.com/Nitrokey/trussed/pull/11 +[v0.3.0]: https://github.com/Nitrokey/opcard-rs/releases/tag/v0.3.0 ## [v0.2.0][] (2022-11-18) diff --git a/Cargo.toml b/Cargo.toml index 07eb4fe..ba8e07b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,7 +71,7 @@ interchange = { git = "https://github.com/trussed-dev/interchange", rev = "fe563 littlefs2 = { git = "https://github.com/Nitrokey/littlefs2", tag = "v0.3.2-nitrokey-1" } littlefs2-sys = { git = "https://github.com/Nitrokey/littlefs2-sys", tag = "v0.1.6-nitrokey-1" } p256-cortex-m4 = { git = "https://github.com/Nitrokey/p256-cortex-m4", tag = "v0.1.0-alpha.6-nitrokey-1" } -trussed = { git = "https://github.com/Nitrokey/trussed" , tag = "v0.1.0-nitrokey-4" } +trussed = { git = "https://github.com/Nitrokey/trussed" , tag = "v0.1.0-nitrokey.6" } [package.metadata.docs.rs] all-features = true