diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c7c01520a..69187d848a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,24 @@ # Changelog +## [v1.2.5](https://github.com/bandprotocol/bandchain/releases/tag/v1.2.5) + +### Chain (Non-consensus) + +- (impv) [\#2646](https://github.com/bandprotocol/bandchain/pull/2646) Modify max block gas and bytes on migrate command + +### Scan + +- (impv) [\#2644](https://github.com/bandprotocol/bandchain/pull/2644) Added `netlify.toml` configuration + +### Owasm + +- (chore) [\#2647](https://github.com/bandprotocol/bandchain/pull/2647) Fixed error typo + +### Helpers + +- (bugs) [\#2643](https://github.com/bandprotocol/bandchain/pull/2643) update reports and result type can be null + ## [v1.2.4](https://github.com/bandprotocol/bandchain/releases/tag/v1.2.4) ### Chain (Non-consensus) diff --git a/CHANGELOG_UNRELEASED.md b/CHANGELOG_UNRELEASED.md index b7b13b0ffd..3e291cad0a 100644 --- a/CHANGELOG_UNRELEASED.md +++ b/CHANGELOG_UNRELEASED.md @@ -12,28 +12,20 @@ ### Chain (Non-consensus) -- (impv) [\#2646](https://github.com/bandprotocol/bandchain/pull/2646) Modify max block gas and bytes on migrate command - ### Yoda ### Emitter & Flusher ### Scan -- (impv) [\#2644](https://github.com/bandprotocol/bandchain/pull/2644) Added `netlify.toml` configuration - ### Bridges ### Runtime ### Owasm -- (chore) [\#2647](https://github.com/bandprotocol/bandchain/pull/2647) Fixed error typo - ### Oracle Binary Encoding (OBI) ### Helpers -- (bugs) [\#2643](https://github.com/bandprotocol/bandchain/pull/2643) update reports and result type can be null - ### MISC