diff --git a/.changes/blake2b256-fixed-output-reset-impl.md b/.changes/blake2b256-fixed-output-reset-impl.md deleted file mode 100644 index 0cc069c3..00000000 --- a/.changes/blake2b256-fixed-output-reset-impl.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"iota-crypto": patch ---- - -Impl missing `FixedOutputReset` for `Blake2b256` and `Blake2b160`. \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 63758900..dba0af30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## \[0.12.1] + +- Impl missing `FixedOutputReset` for `Blake2b256` and `Blake2b160`. + - [6560139](https://www.github.com/iotaledger/crypto.rs/commit/6560139fad4b8a50cf2f6b5285366468466406ff) Impl missing `FixedOutputReset` for `Blake2b256` and `Blake2b160` ([#148](https://www.github.com/iotaledger/crypto.rs/pull/148)) on 2022-06-14 + ## \[0.12.0] - Derive more traits for `Curve`, `Key`, `Segment` and `Chain`. diff --git a/Cargo.toml b/Cargo.toml index 29bae8b9..5b411593 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iota-crypto" -version = "0.12.0" +version = "0.12.1" license = "Apache-2.0" authors = [ "Gustav Behm ",