From 7ad9c88212d1c5002b2671995eabd3f06fdfd42c Mon Sep 17 00:00:00 2001 From: Owen <103096885+owen-reorg@users.noreply.github.com> Date: Thu, 26 Sep 2024 12:06:34 +0800 Subject: [PATCH] doc: add changelogs to v0.5.1 (#245) --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b681c76be..abd1cd666 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## v0.5.1 + +This is a minor release and upgrading is optional. + +### What's Changed +* fix(ci): support building arm64 architecture by @welkin22 in https://github.com/bnb-chain/opbnb/pull/239 +* fix(op-node): l1 client chan stuck when closed in ELSync mode by @welkin22 in https://github.com/bnb-chain/opbnb/pull/241 +* fix: add sync status when newpayload API meet the specific error by @krish-nr in https://github.com/bnb-chain/opbnb/pull/240 + +### Docker Images + +- ghcr.io/bnb-chain/op-node:v0.5.1 +- ghcr.io/bnb-chain/op-batcher:v0.5.1 +- ghcr.io/bnb-chain/op-proposer:v0.5.1 + +**Full Changelog**: https://github.com/bnb-chain/opbnb/compare/v0.5.0...v0.5.1 + ## v0.5.0 This release includes code merging from the upstream version v1.7.7 along with several fixs and improvements.