From 6c94876a232f26cb09d72f7b6f947e13adfce07a Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 16:51:36 +0200 Subject: [PATCH] chore(main): release 0.9.1 (#535) :robot: I have created a release *beep* *boop* --- ## [0.9.1](https://github.com/matter-labs/zksync-withdrawal-finalizer/compare/v0.9.0...v0.9.1) (2025-01-27) ### Bug Fixes * do not panic if proof is null ([#533](https://github.com/matter-labs/zksync-withdrawal-finalizer/issues/533)) ([7994cfa](https://github.com/matter-labs/zksync-withdrawal-finalizer/commit/7994cfa63325990d6a0675cd56d9b32b87a5d4b3)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 76d5538a..b28fea99 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.0" + ".": "0.9.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b417d40f..5857dae8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.1](https://github.com/matter-labs/zksync-withdrawal-finalizer/compare/v0.9.0...v0.9.1) (2025-01-27) + + +### Bug Fixes + +* do not panic if proof is null ([#533](https://github.com/matter-labs/zksync-withdrawal-finalizer/issues/533)) ([7994cfa](https://github.com/matter-labs/zksync-withdrawal-finalizer/commit/7994cfa63325990d6a0675cd56d9b32b87a5d4b3)) + ## [0.9.0](https://github.com/matter-labs/zksync-withdrawal-finalizer/compare/v0.8.0...v0.9.0) (2024-04-24)