From 72d0aa566bc14e6b00ef2164cb4f1d78898ac9dd Mon Sep 17 00:00:00 2001 From: taobun Date: Thu, 11 Mar 2021 14:44:18 +0700 Subject: [PATCH] Update changelog and cut release --- CHANGELOG.md | 11 +++++++++++ CHANGELOG_UNRELEASED.md | 3 --- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3bb683b5d..a38398fe91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,17 @@ # Changelog +## [v1.2.8-rc0](https://github.com/bandprotocol/bandchain/releases/tag/v1.2.8-rc0) + +### Chain (Non-consensus) + +- (impv) [\#3195](https://github.com/bandprotocol/bandchain/pull/3195) Patch go owasm update wasmer runtime and introduce caching oracle script +- (impv) [\#2912](https://github.com/bandprotocol/bandchain/pull/2912) proof contain the real block time instead of time hash + +### Yoda + +- (impv) [\#2904](https://github.com/bandprotocol/bandchain/pull/2904) Add prometheus metrics for yoda + ## [v1.2.7-rc1](https://github.com/bandprotocol/bandchain/releases/tag/v1.2.7-rc1) ### Chain (Non-consensus) diff --git a/CHANGELOG_UNRELEASED.md b/CHANGELOG_UNRELEASED.md index 753ce80cb1..4ccf1854ab 100644 --- a/CHANGELOG_UNRELEASED.md +++ b/CHANGELOG_UNRELEASED.md @@ -12,9 +12,6 @@ ### Chain (Non-consensus) -- (impv) [\#3195](https://github.com/bandprotocol/bandchain/pull/3195) Patch go owasm -- (impv) [\#2912](https://github.com/bandprotocol/bandchain/pull/2912) proof contain the real block time instead of time hash - ### Yoda ### Emitter & Flusher