Skip to content

Commit

Permalink
doc: add changelogs to v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
owen-reorg committed Jan 10, 2025
1 parent 4ca0cd1 commit 2927c11
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## v0.5.2

This is a minor release and upgrading is optional.

This release adds a new bootnode in the US region for testnet, improves sequencer recovery functionality, introduces a new engine_opSealPayload API, and updates documentation links.

### What's Changed

* chore: add bootnode in us region(testnet) by @krish-nr in https://github.com/bnb-chain/opbnb/pull/249
* feat: handle sequencer recover related logic by @krish-nr in https://github.com/bnb-chain/opbnb/pull/250
* feat: add new engine_opSealPayload API by @bnoieh in https://github.com/bnb-chain/opbnb/pull/248
* doc: update outdated links in readme by @owen-reorg in https://github.com/bnb-chain/opbnb/pull/253

### Docker Images

- ghcr.io/bnb-chain/op-node:v0.5.2
- ghcr.io/bnb-chain/op-batcher:v0.5.2
- ghcr.io/bnb-chain/op-proposer:v0.5.2

**Full Changelog**: https://github.com/bnb-chain/opbnb/compare/v0.5.1...v0.5.2

## v0.5.1

This is a minor release and upgrading is optional.
Expand Down Expand Up @@ -262,7 +283,7 @@ https://github.com/bnb-chain/opbnb/compare/v0.3.0...v0.3.1

## v0.3.0

This is a recommended release for op-node. This release brings in upstream updates, see https://github.com/bnb-chain/opbnb/pull/121 for the contents. This is also a ready release for the next planed fork, which will bring in canyon fork from upstream as well.
This is a recommended release for op-node. This release brings in upstream updates, see https://github.com/bnb-chain/opbnb/pull/121 for the contents. This is also a ready release for the next planned fork, which will bring in canyon fork from upstream as well.

### User Facing Changes

Expand Down

0 comments on commit 2927c11

Please sign in to comment.