Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Commit

Permalink
Problem: hotfix (0.5.1) release not documented (#1531)
Browse files Browse the repository at this point in the history
Solution: updated chain-abci ver + changelog
  • Loading branch information
tomtau authored May 4, 2020
1 parent c1b4e32 commit d5ee8fa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
2 changes: 1 addition & 1 deletion chain-abci/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chain-abci"
version = "0.5.0"
version = "0.5.1"
authors = ["Crypto.com <[email protected]>"]
description = "Pre-alpha version prototype of Crypto.com Chain node (Tendermint ABCI application)"
readme = "README.md"
Expand Down

0 comments on commit d5ee8fa

Please sign in to comment.