diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f83519..355d33f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## 0.7.0 (TBD) + ## 0.6.0 (2023-06-25) * [BREAKING] Added support for recording capabilities for `MerkleStore` (#162). diff --git a/Cargo.toml b/Cargo.toml index 8c9a3b5..7bffb94 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "miden-crypto" -version = "0.6.0" +version = "0.7.0" description = "Miden Cryptographic primitives" authors = ["miden contributors"] readme = "README.md" license = "MIT" repository = "https://github.com/0xPolygonMiden/crypto" -documentation = "https://docs.rs/miden-crypto/0.6.0" +documentation = "https://docs.rs/miden-crypto/0.7.0" categories = ["cryptography", "no-std"] keywords = ["miden", "crypto", "hash", "merkle"] edition = "2021"