diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 461d94ac..0ee8c012 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.5" + ".": "0.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f7266e93..55635215 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.0](https://github.com/matter-labs/zksync-withdrawal-finalizer/compare/v0.2.5...v0.3.0) (2023-11-13) + + +### Features + +* support custom token deployers and switching off ethereum token ([#295](https://github.com/matter-labs/zksync-withdrawal-finalizer/issues/295)) ([bfaabd4](https://github.com/matter-labs/zksync-withdrawal-finalizer/commit/bfaabd450bee5a48c67aef425fa1b2d5b756c51f)) + ## [0.2.5](https://github.com/matter-labs/zksync-withdrawal-finalizer/compare/v0.2.4...v0.2.5) (2023-11-09)