diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 09a57f30..05e4a3fd 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.54" + ".": "0.1.55" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 70a7c1fd..59f539cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.1.55](https://github.com/matter-labs/zksync-withdrawal-finalizer/compare/v0.1.54...v0.1.55) (2023-10-06) + + +### Bug Fixes + +* **deps:** update rust crate lru to 0.12.0 ([#221](https://github.com/matter-labs/zksync-withdrawal-finalizer/issues/221)) ([49762a3](https://github.com/matter-labs/zksync-withdrawal-finalizer/commit/49762a3a88a19d8dec3196ebce6f6adc704459ea)) +* **deps:** update rust crate proc-macro2 to 1.0.68 ([#225](https://github.com/matter-labs/zksync-withdrawal-finalizer/issues/225)) ([b8d92f4](https://github.com/matter-labs/zksync-withdrawal-finalizer/commit/b8d92f405cf548be604700a019f7f2b1f307a2ec)) +* **deps:** update rust crate syn to 2.0.38 ([#224](https://github.com/matter-labs/zksync-withdrawal-finalizer/issues/224)) ([cc814e6](https://github.com/matter-labs/zksync-withdrawal-finalizer/commit/cc814e6aa16c24a0e3a6c4166d377266dc8c37e6)) + ## [0.1.54](https://github.com/matter-labs/zksync-withdrawal-finalizer/compare/v0.1.53...v0.1.54) (2023-10-02)