From 9583a5b5fb0c8293033705a6e5aab1bdac0bac66 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 13:34:30 +0200 Subject: [PATCH] chore(main): release 0.9.0 (#446) :robot: I have created a release *beep* *boop* --- ## [0.9.0](https://github.com/matter-labs/zksync-withdrawal-finalizer/compare/v0.8.0...v0.9.0) (2024-04-24) ### Features * Adds filtering of erc20 tokens by their l2 address ([#447](https://github.com/matter-labs/zksync-withdrawal-finalizer/issues/447)) ([09f8810](https://github.com/matter-labs/zksync-withdrawal-finalizer/commit/09f88105090009cc39f8ba900044ddca41e13aaf)) ### Bug Fixes * do not track l2_to_l1_logs block height on restart ([#445](https://github.com/matter-labs/zksync-withdrawal-finalizer/issues/445)) ([90655c1](https://github.com/matter-labs/zksync-withdrawal-finalizer/commit/90655c11c4f5f0ceae60ecac8070a0da791b58d5)) --- 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 | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 64f3cdd6..76d5538a 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.0" + ".": "0.9.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index bd4999f8..b417d40f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.9.0](https://github.com/matter-labs/zksync-withdrawal-finalizer/compare/v0.8.0...v0.9.0) (2024-04-24) + + +### Features + +* Adds filtering of erc20 tokens by their l2 address ([#447](https://github.com/matter-labs/zksync-withdrawal-finalizer/issues/447)) ([09f8810](https://github.com/matter-labs/zksync-withdrawal-finalizer/commit/09f88105090009cc39f8ba900044ddca41e13aaf)) + + +### Bug Fixes + +* do not track l2_to_l1_logs block height on restart ([#445](https://github.com/matter-labs/zksync-withdrawal-finalizer/issues/445)) ([90655c1](https://github.com/matter-labs/zksync-withdrawal-finalizer/commit/90655c11c4f5f0ceae60ecac8070a0da791b58d5)) + ## [0.8.0](https://github.com/matter-labs/zksync-withdrawal-finalizer/compare/v0.7.0...v0.8.0) (2024-03-27)