From d5ee8fa5043943a349c038d815f3112496e4bfab Mon Sep 17 00:00:00 2001 From: Tomas Tauber <2410580+tomtau@users.noreply.github.com> Date: Mon, 4 May 2020 19:20:26 +0800 Subject: [PATCH] Problem: hotfix (0.5.1) release not documented (#1531) Solution: updated chain-abci ver + changelog --- CHANGELOG.md | 10 +++++++++- chain-abci/Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51cc9337e..e4c7671ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,20 @@ # Changelog *Unreleased* -## v0.5.1 or v0.6.0 +## v0.5.2 or v0.6.0 ### Breaking changes ### Features ### Improvements ### Bug Fixes +*May 4, 2020* + +This release contains a hotfix for version reporting of chain-abci. + +## v0.5.1 +### Bug Fixes +- *chain-abci* [1528](https://github.com/crypto-com/chain/pull/1528): correct app version returned on the first startup + *May 2, 2020* This release fixes some of the bugs discovered in v0.4 and is based on Rust SGX SDK 1.1.2 (Intel SDK 2.9.1). diff --git a/chain-abci/Cargo.toml b/chain-abci/Cargo.toml index 9e93c9ad1..1c8afaa1d 100644 --- a/chain-abci/Cargo.toml +++ b/chain-abci/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chain-abci" -version = "0.5.0" +version = "0.5.1" authors = ["Crypto.com "] description = "Pre-alpha version prototype of Crypto.com Chain node (Tendermint ABCI application)" readme = "README.md"