From 17c178f54e98c7883e2e365a6bad5cae428eb8aa Mon Sep 17 00:00:00 2001 From: randyahx Date: Wed, 27 Sep 2023 17:37:15 +0800 Subject: [PATCH 1/2] Update CHANGELOG.md --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ad1a80..f6b10f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## v0.0.6-hf.2 +This is a hotfix release to handle events where components cannot be fetched successfully for hash verification. + +Bugfixes: +* [#87](https://github.com/bnb-chain/greenfield-challenger/pull/87) fix: handle events where components cannot be fetched successfully for hash verification + +## v0.0.6-hf.1 +This is a hotfix release to update the outdated config file. + +Chore: +* [#86](https://github.com/bnb-chain/greenfield-challenger/pull/86) fix: update outdated config file + ## v0.0.6 This release updates the dependencies to adapt to Greenfield v0.2.5 and contains 1 new feature. From 18131691d13e3a18cdc36f8f80975b06565e2543 Mon Sep 17 00:00:00 2001 From: randyahx Date: Wed, 27 Sep 2023 17:47:34 +0800 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6b10f6..5e8ec46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog -## v0.0.6-hf.2 -This is a hotfix release to handle events where components cannot be fetched successfully for hash verification. +## v0.0.7 +This release updates the dependencies to adapt to Greenfield v0.2.6 and adds a bugfix to handle events where components cannot be fetched successfully for hash verification. Bugfixes: * [#87](https://github.com/bnb-chain/greenfield-challenger/pull/87) fix: handle events where components cannot be fetched successfully for hash verification