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)