diff --git a/zcash_proofs/CHANGELOG.md b/zcash_proofs/CHANGELOG.md index 5ba1dbe01..81f5a00af 100644 --- a/zcash_proofs/CHANGELOG.md +++ b/zcash_proofs/CHANGELOG.md @@ -6,6 +6,8 @@ and this library adheres to Rust's notion of [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.7.1] - 2022-07-05 ### Added - `zcash_proofs::sapling::BatchValidator` diff --git a/zcash_proofs/Cargo.toml b/zcash_proofs/Cargo.toml index d0677167b..feb28238a 100644 --- a/zcash_proofs/Cargo.toml +++ b/zcash_proofs/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "zcash_proofs" description = "Zcash zk-SNARK circuits and proving APIs" -version = "0.7.0" +version = "0.7.1" authors = [ "Jack Grigg ", ]