diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a2bd45..555414b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.9.9](https://github.com/SpiralOutDotEu/zk_whitelist/compare/v1.9.8...v1.9.9) (2023-11-03) + + +### Bug Fixes + +* **ci:** :bug: Add different names to binary files to resolve the release conflict ([12d2cf3](https://github.com/SpiralOutDotEu/zk_whitelist/commit/12d2cf34004820d089994a26f7aa23b2a1f70cb0)) + ## [1.9.8](https://github.com/SpiralOutDotEu/zk_whitelist/compare/v1.9.7...v1.9.8) (2023-11-03) diff --git a/Cargo.lock b/Cargo.lock index d996a8a..6ce5a66 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -595,7 +595,7 @@ checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" [[package]] name = "zk_whitelist" -version = "1.9.8" +version = "1.9.9" dependencies = [ "assert_cmd", "clap", diff --git a/Cargo.toml b/Cargo.toml index 681fc37..2640bfc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zk_whitelist" -version = "1.9.8" +version = "1.9.9" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html