update changelog and readme

This commit is contained in:
rhuairahrighairigh 2020-02-13 01:04:57 +00:00
parent bc5826cd80
commit cfccdfc815
2 changed files with 6 additions and 3 deletions

View File

@ -36,6 +36,10 @@ Ref: https://keepachangelog.com/en/1.0.0/
## [Unreleased] ## [Unreleased]
## [v.0.3.2]
[\#364] Use new BIP44 coin type in the CLI, retain support for the old one through a flag.
## [v0.3.1] ## [v0.3.1]
[\#266] Bump tendermint version to 0.32.7 to address cosmos security advisory [Periwinkle](https://forum.cosmos.network/t/cosmos-mainnet-security-advisory-periwinkle/2911) [\#266] Bump tendermint version to 0.32.7 to address cosmos security advisory [Periwinkle](https://forum.cosmos.network/t/cosmos-mainnet-security-advisory-periwinkle/2911)

View File

@ -23,8 +23,7 @@
</div> </div>
Reference implementation of Kava, a blockchain for cross-chain DeFi. Built using the [comsos-sdk](https://github.com/cosmos/cosmos-sdk). Reference implementation of Kava, a blockchain for cross-chain DeFi. Built using the [cosmos-sdk](https://github.com/cosmos/cosmos-sdk).
## Quick Start ## Quick Start
@ -34,7 +33,7 @@ make install
## Mainnet ## Mainnet
Note, the current reccomended version of the software for mainnet is v0.3.1. Note, the current recommended version of the software for mainnet is v0.3.2.
To join the latest testnet, head over to the [testnet repo](https://github.com/Kava-Labs/kava-testnets). To join the latest testnet, head over to the [testnet repo](https://github.com/Kava-Labs/kava-testnets).