From cfccdfc815a1b0bf0bc2eee55727f29b86f452b8 Mon Sep 17 00:00:00 2001 From: rhuairahrighairigh Date: Thu, 13 Feb 2020 01:04:57 +0000 Subject: [PATCH] update changelog and readme --- CHANGELOG.md | 4 ++++ README.md | 5 ++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c1996df..71c7eda2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,10 @@ Ref: https://keepachangelog.com/en/1.0.0/ ## [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] [\#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) diff --git a/README.md b/README.md index b91ae1ae..5a583369 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,7 @@ -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 @@ -34,7 +33,7 @@ make install ## 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).