diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index de688f18..94007ef4 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - "node": "0.1.1" + "node": "0.2.0" } diff --git a/node/CHANGELOG.md b/node/CHANGELOG.md index a2bc9bd2..6d04c163 100644 --- a/node/CHANGELOG.md +++ b/node/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.0](https://github.com/matter-labs/era-consensus/compare/v0.1.1...v0.2.0) (2024-09-24) + + +### Features + +* human readable information for handshake failures ([#196](https://github.com/matter-labs/era-consensus/issues/196)) ([a298f50](https://github.com/matter-labs/era-consensus/commit/a298f504ac7f5c89e9dbc201721a89b1eeaa7663)) + ## [0.1.1](https://github.com/matter-labs/era-consensus/compare/v0.1.0...v0.1.1) (2024-09-06)