From cfd21b2bef3f186a8c5f0bc6038de7e09f980580 Mon Sep 17 00:00:00 2001 From: zksync-era-bot <147085853+zksync-era-bot@users.noreply.github.com> Date: Wed, 11 Dec 2024 19:48:29 +0400 Subject: [PATCH] chore(main): release 0.6.1 --- .github/release-please/manifest.json | 2 +- node/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 2c7abc2c..85d9496f 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - "node": "0.6.0" + "node": "0.6.1" } diff --git a/node/CHANGELOG.md b/node/CHANGELOG.md index 4ce6f5a1..1d2d36f4 100644 --- a/node/CHANGELOG.md +++ b/node/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.6.1](https://github.com/matter-labs/era-consensus/compare/v0.6.0...v0.6.1) (2024-12-11) + + +### Bug Fixes + +* Fix high vote on informal spec ([#215](https://github.com/matter-labs/era-consensus/issues/215)) ([c586f85](https://github.com/matter-labs/era-consensus/commit/c586f850674517975e2c97b9e2a61f6eca25bdf9)) +* TimeoutQC aggregation ([#220](https://github.com/matter-labs/era-consensus/issues/220)) ([8a49824](https://github.com/matter-labs/era-consensus/commit/8a498246b2c2d88d63e51049bb3acd20a8166479)) + ## [0.6.0](https://github.com/matter-labs/era-consensus/compare/v0.5.0...v0.6.0) (2024-11-14)