From 513f0c76ee5689990303e11f138a7b986df14bdc Mon Sep 17 00:00:00 2001 From: zksync-admin-bot2 <91326834+zksync-admin-bot2@users.noreply.github.com> Date: Mon, 2 Oct 2023 13:08:04 +0200 Subject: [PATCH] chore(main): release 0.1.54 --- .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 4ba892c6..09a57f30 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.53" + ".": "0.1.54" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f1f399a6..412b72e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.54](https://github.com/matter-labs/zksync-withdrawal-finalizer/compare/v0.1.53...v0.1.54) (2023-10-02) + + +### Bug Fixes + +* adds logging to block execution events ([#217](https://github.com/matter-labs/zksync-withdrawal-finalizer/issues/217)) ([0b528aa](https://github.com/matter-labs/zksync-withdrawal-finalizer/commit/0b528aa91910283066ee127a0a156961410b4767)) + ## [0.1.53](https://github.com/matter-labs/zksync-withdrawal-finalizer/compare/v0.1.52...v0.1.53) (2023-09-29)