From 333e0163f1961fcd8caac2818456b0df13103335 Mon Sep 17 00:00:00 2001 From: zksync-admin-bot2 <91326834+zksync-admin-bot2@users.noreply.github.com> Date: Thu, 28 Sep 2023 18:54:05 +0200 Subject: [PATCH] chore(main): release 0.1.48 --- .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 63e85b7d..831e66e0 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.47" + ".": "0.1.48" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 67065d34..0510ef82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.1.48](https://github.com/matter-labs/zksync-withdrawal-finalizer/compare/v0.1.47...v0.1.48) (2023-09-28) + + +### Features + +* collect withdrawal volumes metrics ([#200](https://github.com/matter-labs/zksync-withdrawal-finalizer/issues/200)) ([757e0fa](https://github.com/matter-labs/zksync-withdrawal-finalizer/commit/757e0fa19212ed852c973f9ff6fd5fba34913680)) + + +### Bug Fixes + +* **deps:** update rust crate thiserror to 1.0.49 ([#201](https://github.com/matter-labs/zksync-withdrawal-finalizer/issues/201)) ([91007c4](https://github.com/matter-labs/zksync-withdrawal-finalizer/commit/91007c402494609a769e67eaf0060aab4fc34d1d)) + ## [0.1.47](https://github.com/matter-labs/zksync-withdrawal-finalizer/compare/v0.1.46...v0.1.47) (2023-09-25)