From 5f79fc0387ff329c568f5fb39ba30cdf04a743f1 Mon Sep 17 00:00:00 2001 From: Alexxxxxx <118710506+alexgao001@users.noreply.github.com> Date: Mon, 29 Apr 2024 11:04:15 +0800 Subject: [PATCH] add changelog (#70) --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index de3458767..6791ba35b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # CHANGELOG +## v1.3.0 +This release fixes the vulnerabilities in the repo + +* [#69](https://github.com/bnb-chain/greenfield-cometbft/pull/69) chore: upgrade deps for fixing vulnerabilities + +## v1.2.0 +This release supports state sync at specific height and custom blocks to rollback + +Features: +* [#54](https://github.com/bnb-chain/greenfield-cometbft/pull/54) feat: add support for state sync at specific height +* [#55](https://github.com/bnb-chain/greenfield-cometbft/pull/55) feat: add support for custom blocks to rollback + ## v1.1.0 This release supports 6 new json rpc queries and also resolves a replay issue.