diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index fd3b3be..ae82647 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.150.8" + ".": "0.150.9" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 56d7942..4621e14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.150.9](https://github.com/matter-labs/zksync-protocol/compare/v0.150.8...v0.150.9) (2024-10-29) + + +### Features + +* **circuit_definitions:** naive snark-wrapper circuit for fflonk ([#50](https://github.com/matter-labs/zksync-protocol/issues/50)) ([53481d1](https://github.com/matter-labs/zksync-protocol/commit/53481d18eee028a72979ef32f930d40d1bfa0133)) + ## [0.150.8](https://github.com/matter-labs/zksync-protocol/compare/v0.150.7...v0.150.8) (2024-10-29)