From e9649a8fcd6b30fa9328483f62e4281008d7ac30 Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
 <55107282+release-please[bot]@users.noreply.github.com>
Date: Tue, 14 Nov 2023 14:15:03 +0100
Subject: [PATCH] chore(main): release 0.3.2 (#300)

:robot: I have created a release *beep* *boop*
---


##
[0.3.2](https://github.com/matter-labs/zksync-withdrawal-finalizer/compare/v0.3.1...v0.3.2)
(2023-11-14)


### Bug Fixes

* monitor withdrawalinitiated events
([#299](https://github.com/matter-labs/zksync-withdrawal-finalizer/issues/299))
([05417f4](https://github.com/matter-labs/zksync-withdrawal-finalizer/commit/05417f41d1333e8c269a7a550c252b127de5f284))

---
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                         | 7 +++++++
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json
index 816df2d5..04779995 100644
--- a/.github/release-please/manifest.json
+++ b/.github/release-please/manifest.json
@@ -1,3 +1,3 @@
 {
-  ".": "0.3.1"
+  ".": "0.3.2"
 }
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 25f6bd4f..e811ba6e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
 # Changelog
 
+## [0.3.2](https://github.com/matter-labs/zksync-withdrawal-finalizer/compare/v0.3.1...v0.3.2) (2023-11-14)
+
+
+### Bug Fixes
+
+* monitor withdrawalinitiated events ([#299](https://github.com/matter-labs/zksync-withdrawal-finalizer/issues/299)) ([05417f4](https://github.com/matter-labs/zksync-withdrawal-finalizer/commit/05417f41d1333e8c269a7a550c252b127de5f284))
+
 ## [0.3.1](https://github.com/matter-labs/zksync-withdrawal-finalizer/compare/v0.3.0...v0.3.1) (2023-11-13)