diff --git a/CHANGELOG.md b/CHANGELOG.md index 158622a..719f7e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,14 @@ # Changelog +## [psa-crypto-0.11.0](https://github.com/parallaxsecond/rust-psa-crypto/tree/psa-crypto-0.11.0) (2023-10-05) + +[Full Changelog](https://github.com/parallaxsecond/rust-psa-crypto/compare/psa-crypto-0.10.0...psa-crypto-0.11.0) + ## [psa-crypto-sys-0.11.0](https://github.com/parallaxsecond/rust-psa-crypto/tree/psa-crypto-sys-0.11.0) (2023-10-05) [Full Changelog](https://github.com/parallaxsecond/rust-psa-crypto/compare/psa-crypto-0.10.0...psa-crypto-sys-0.11.0) - **Merged pull requests:** +**Merged pull requests:** - Update msrv [\#124](https://github.com/parallaxsecond/rust-psa-crypto/pull/124) ([gowthamsk-arm](https://github.com/gowthamsk-arm)) - ci: Add workflow dispatch [\#122](https://github.com/parallaxsecond/rust-psa-crypto/pull/122) ([tgonzalezorlandoarm](https://github.com/tgonzalezorlandoarm)) diff --git a/Cargo.lock b/Cargo.lock index 2d02645..addc5f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -398,7 +398,7 @@ dependencies = [ [[package]] name = "psa-crypto" -version = "0.10.0" +version = "0.11.0" dependencies = [ "base64", "log", diff --git a/psa-crypto/Cargo.toml b/psa-crypto/Cargo.toml index b5757fb..30374f8 100644 --- a/psa-crypto/Cargo.toml +++ b/psa-crypto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "psa-crypto" -version = "0.10.0" +version = "0.11.0" authors = ["Parsec Project Contributors"] edition = "2018" description = "Wrapper around the PSA Cryptography API"