diff --git a/CHANGELOG.md b/CHANGELOG.md index 01c0823..1ede906 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.9.5](https://github.com/SpiralOutDotEu/zk_whitelist/compare/v1.9.4...v1.9.5) (2023-11-03) + + +### Bug Fixes + +* **cli:** :adhesive_bandage: Change proofs output name for cleaner structure ([474e6cf](https://github.com/SpiralOutDotEu/zk_whitelist/commit/474e6cfdfae6a07b974bcbf78665da7c0317983b)) + ## [1.9.4](https://github.com/SpiralOutDotEu/zk_whitelist/compare/v1.9.3...v1.9.4) (2023-11-02) diff --git a/Cargo.lock b/Cargo.lock index f3f8961..252dc62 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -595,7 +595,7 @@ checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" [[package]] name = "zk_whitelist" -version = "1.9.4" +version = "1.9.5" dependencies = [ "assert_cmd", "clap", diff --git a/Cargo.toml b/Cargo.toml index c2456df..d2cfdd2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zk_whitelist" -version = "1.9.4" +version = "1.9.5" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html