diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 04779995..6969ddf6 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.2" + ".": "0.3.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e811ba6e..be2cc028 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.3](https://github.com/matter-labs/zksync-withdrawal-finalizer/compare/v0.3.2...v0.3.3) (2023-11-14) + + +### Bug Fixes + +* correctly determine withdrawal params for withdrawalinitiated events ([#301](https://github.com/matter-labs/zksync-withdrawal-finalizer/issues/301)) ([94d6ecd](https://github.com/matter-labs/zksync-withdrawal-finalizer/commit/94d6ecdc3877c4a7db085aa655848c46019ed222)) + ## [0.3.2](https://github.com/matter-labs/zksync-withdrawal-finalizer/compare/v0.3.1...v0.3.2) (2023-11-14)