From 6e79f1c909d8787a6adca4fc13966730144e3bbe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 11 Jul 2023 09:52:00 +0200 Subject: [PATCH] apply version updates (#214) Co-authored-by: thibault-martinez --- .changes/secp256k1-features-fix.md | 5 ----- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 .changes/secp256k1-features-fix.md diff --git a/.changes/secp256k1-features-fix.md b/.changes/secp256k1-features-fix.md deleted file mode 100644 index e37e07fd..00000000 --- a/.changes/secp256k1-features-fix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"iota-crypto": patch ---- - -Fixed "rand"/"random" feature inconsistencies. diff --git a/CHANGELOG.md b/CHANGELOG.md index d38a6800..da4d682a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.22.1] + +- [`51491f0`](https://www.github.com/iotaledger/crypto.rs/commit/51491f05bc830874f5926c39998a26d1081b37d3)([#213](https://www.github.com/iotaledger/crypto.rs/pull/213)) Fixed "rand"/"random" feature inconsistencies. + ## \[0.22.0] - [`51c0823`](https://www.github.com/iotaledger/crypto.rs/commit/51c08239e882872f9c18ae2203b0bd1deeb0cd5a)([#211](https://www.github.com/iotaledger/crypto.rs/pull/211)) Support BIP44 chains for SLIP10. diff --git a/Cargo.toml b/Cargo.toml index 25ea9aef..d949c7e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iota-crypto" -version = "0.22.0" +version = "0.22.1" license = "Apache-2.0" authors = [ "IOTA Stiftung" ] edition = "2021"