diff --git a/.changes/bip44-improvements.md b/.changes/bip44-improvements.md deleted file mode 100644 index 0bf8fbc3..00000000 --- a/.changes/bip44-improvements.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"iota-crypto": patch ---- - -BIP44 improvements: derive_from_seed and IntoIterator instance. diff --git a/CHANGELOG.md b/CHANGELOG.md index da4d682a..0c9bc0fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.22.2] + +- [`3e52160`](https://www.github.com/iotaledger/crypto.rs/commit/3e521603e97b8bd8be5f715e621829bf4aefca7f)([#215](https://www.github.com/iotaledger/crypto.rs/pull/215)) BIP44 improvements: derive_from_seed and IntoIterator instance. + ## \[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. diff --git a/Cargo.toml b/Cargo.toml index d949c7e3..fc7f029c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iota-crypto" -version = "0.22.1" +version = "0.22.2" license = "Apache-2.0" authors = [ "IOTA Stiftung" ] edition = "2021"