diff --git a/CHANGELOG.md b/CHANGELOG.md index 401fb9ea..aa4095b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.13.2 (2025-01-24) + +- Made `InnerNode` and `NodeMutation` public. Implemented (de)serialization of `LeafIndex` (#367). + ## 0.13.1 (2024-12-26) - Generate reverse mutations set on applying of mutations set, implemented serialization of `MutationsSet` (#355). diff --git a/Cargo.lock b/Cargo.lock index 253f0d39..1a8c9f70 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -526,7 +526,7 @@ checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" [[package]] name = "miden-crypto" -version = "0.13.1" +version = "0.13.2" dependencies = [ "assert_matches", "blake3", diff --git a/Cargo.toml b/Cargo.toml index 87bf6821..4e35cdd9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "miden-crypto" -version = "0.13.1" +version = "0.13.2" description = "Miden Cryptographic primitives" authors = ["miden contributors"] readme = "README.md"