From 11607c027059b30fd996c9619c94e7315866a23c Mon Sep 17 00:00:00 2001 From: zksync-era-bot <147085853+zksync-era-bot@users.noreply.github.com> Date: Wed, 23 Oct 2024 22:13:01 +0400 Subject: [PATCH] chore(main): release core 25.0.1 --- .github/release-please/manifest.json | 2 +- core/CHANGELOG.md | 7 +++++++ core/bin/external_node/Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index a0d1d73bddaf..f5e94e3fa5a0 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,5 +1,5 @@ { - "core": "25.0.0", + "core": "25.0.1", "prover": "16.5.0", "zkstack_cli": "0.1.2" } diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 56239303cd4e..7378675d0614 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [25.0.1](https://github.com/matter-labs/zksync-era/compare/core-v25.0.0...core-v25.0.1) (2024-10-23) + + +### Bug Fixes + +* update logging in cbt l1 behaviour ([#3149](https://github.com/matter-labs/zksync-era/issues/3149)) ([d0f61b0](https://github.com/matter-labs/zksync-era/commit/d0f61b0552dcacc2e8e33fdbcae6f1e5fbb43820)) + ## [25.0.0](https://github.com/matter-labs/zksync-era/compare/core-v24.29.0...core-v25.0.0) (2024-10-23) diff --git a/core/bin/external_node/Cargo.toml b/core/bin/external_node/Cargo.toml index 4e3dc548cf89..2afff54a76af 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 = "25.0.0" # x-release-please-version +version = "25.0.1" # x-release-please-version edition.workspace = true authors.workspace = true homepage.workspace = true