diff --git a/CHANGELOG.md b/CHANGELOG.md index 555414b..2f8912d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.9.10](https://github.com/SpiralOutDotEu/zk_whitelist/compare/v1.9.9...v1.9.10) (2023-11-03) + + +### Bug Fixes + +* **ci:** :bug: Add compressed binaries into release ([be4ce3b](https://github.com/SpiralOutDotEu/zk_whitelist/commit/be4ce3b7916faa8e89fedfdd5fd28e3ef45913fc)) +* **ci:** :bug: Make compressed files with binaries for each os ([b63e253](https://github.com/SpiralOutDotEu/zk_whitelist/commit/b63e253d55b198855f676fba8ce007b5b815a588)) + ## [1.9.9](https://github.com/SpiralOutDotEu/zk_whitelist/compare/v1.9.8...v1.9.9) (2023-11-03) diff --git a/Cargo.lock b/Cargo.lock index 6ce5a66..f46b48b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -595,7 +595,7 @@ checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" [[package]] name = "zk_whitelist" -version = "1.9.9" +version = "1.9.10" dependencies = [ "assert_cmd", "clap", diff --git a/Cargo.toml b/Cargo.toml index 2640bfc..edbfb62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zk_whitelist" -version = "1.9.9" +version = "1.9.10" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html