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).