From 7cf556ab28da94b390f855364c5de6737ce88aef Mon Sep 17 00:00:00 2001 From: zksync-admin-bot2 <91326834+zksync-admin-bot2@users.noreply.github.com> Date: Fri, 22 Sep 2023 22:25:31 +0200 Subject: [PATCH] chore(main): release 0.1.46 (#195) --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 46948398..e1ba9a4d 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.45" + ".": "0.1.46" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d4e06ffa..5c9b58eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.46](https://github.com/matter-labs/zksync-withdrawal-finalizer/compare/v0.1.45...v0.1.46) (2023-09-22) + + +### Bug Fixes + +* **deps:** update rust crate tokio-util to 0.7.9 ([#194](https://github.com/matter-labs/zksync-withdrawal-finalizer/issues/194)) ([c069c50](https://github.com/matter-labs/zksync-withdrawal-finalizer/commit/c069c502227162106d83a664aafb68bf02841a66)) +* l2 to l1 message should be searched by hash only ([#197](https://github.com/matter-labs/zksync-withdrawal-finalizer/issues/197)) ([eae85c1](https://github.com/matter-labs/zksync-withdrawal-finalizer/commit/eae85c11d5b59426dbffa49cd55000229f71d73e)) + ## [0.1.45](https://github.com/matter-labs/zksync-withdrawal-finalizer/compare/v0.1.44...v0.1.45) (2023-09-20)