diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index e0e8fbeecf74..3df9eebcbb9a 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,5 +1,5 @@ { - "core": "24.28.0", + "core": "24.29.0", "prover": "16.5.0", "zk_toolbox": "0.1.2" } diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index b2f27a6630cd..f8055017e2b7 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [24.29.0](https://github.com/matter-labs/zksync-era/compare/core-v24.28.0...core-v24.29.0) (2024-10-07) + + +### Features + +* **en:** periodically fetch bridge addresses ([#2949](https://github.com/matter-labs/zksync-era/issues/2949)) ([e984bfb](https://github.com/matter-labs/zksync-era/commit/e984bfb8a243bc746549ab9347dc0a367fe02790)) +* **eth-sender:** add time_in_mempool_cap config ([#3018](https://github.com/matter-labs/zksync-era/issues/3018)) ([f6d86bd](https://github.com/matter-labs/zksync-era/commit/f6d86bd7935a1cdbb528b13437424031fda3cb8e)) +* **eth-watch:** catch another reth error ([#3026](https://github.com/matter-labs/zksync-era/issues/3026)) ([4640c42](https://github.com/matter-labs/zksync-era/commit/4640c4233af46c97f207d2dbce5fedd1bcb66c43)) + ## [24.28.0](https://github.com/matter-labs/zksync-era/compare/core-v24.27.0...core-v24.28.0) (2024-10-02) diff --git a/core/bin/external_node/Cargo.toml b/core/bin/external_node/Cargo.toml index 086d381ecc30..25f2400c79bb 100644 --- a/core/bin/external_node/Cargo.toml +++ b/core/bin/external_node/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "zksync_external_node" description = "Non-validator ZKsync node" -version = "24.28.0" # x-release-please-version +version = "24.29.0" # x-release-please-version edition.workspace = true authors.workspace = true homepage.workspace = true