diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index a56866a8bd73..9ca7b4dcaa7b 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,5 +1,5 @@ { "core": "24.29.0", "prover": "16.5.0", - "zkstack_cli": "0.1.2" + "zkstack_cli": "0.1.3" } diff --git a/zkstack_cli/CHANGELOG.md b/zkstack_cli/CHANGELOG.md index bdcdf503db40..a0762e4f9338 100644 --- a/zkstack_cli/CHANGELOG.md +++ b/zkstack_cli/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.3](https://github.com/matter-labs/zksync-era/compare/zkstack_cli-v0.1.2...zkstack_cli-v0.1.3) (2024-10-15) + + +### Features + +* **zk_toolbox:** Redesign zk_toolbox commands ([#3003](https://github.com/matter-labs/zksync-era/issues/3003)) ([114834f](https://github.com/matter-labs/zksync-era/commit/114834f357421c62d596a1954fac8ce615cfde49)) + ## [0.1.2](https://github.com/matter-labs/zksync-era/compare/zk_toolbox-v0.1.1...zk_toolbox-v0.1.2) (2024-08-20)