diff --git a/CHANGELOG.md b/CHANGELOG.md index c052cd21..b0a6ab77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ +## 0.9.0 (TBD) + ## 0.8.1 (2024-02-21) + * Fixed clippy warnings (#280) ## 0.8.0 (2024-02-14) diff --git a/Cargo.toml b/Cargo.toml index 371f9d3d..23f35cff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "miden-crypto" -version = "0.8.1" +version = "0.9.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.8.1" +documentation = "https://docs.rs/miden-crypto/0.9.0" categories = ["cryptography", "no-std"] keywords = ["miden", "crypto", "hash", "merkle"] edition = "2021"