diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b8283bd..9d875b24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,22 @@ Ref: https://keepachangelog.com/en/1.0.0/ # Changelog +## [Unreleased] + +### State Machine Breaking +[\#1158](https://github.com/Kava-Labs/kava/pull/1158) Split existing auction `bid_duration` parameter into `forward_bid_duration` and `reverse_bid_duration` + +## [v0.16.1](https://github.com/Kava-Labs/kava/releases/tag/v0.16.1) + +### State Machine Breaking + +[\#1152](https://github.com/Kava-Labs/kava/pull/1152) Fix MultiSpend Proposal With Async Upgrade Time + +## [v0.16.0](https://github.com/Kava-Labs/kava/releases/tag/v0.16.0) + +### State Machine Breaking +[\#1106](https://github.com/Kava-Labs/kava/pull/1106) Upgrades app to cosmos-sdk v0.44.x and adds IBC and ICS-20 modules. + ## [v0.13.0] * Hard Protocol - Introduces borrowing functionality to HARD protocol. See full [spec](https://github.com/Kava-Labs/kava/tree/master/x/hard/spec) diff --git a/README.md b/README.md index 845bffcb..03748969 100644 --- a/README.md +++ b/README.md @@ -25,12 +25,12 @@ Reference implementation of Kava, a blockchain for cross-chain DeFi. Built using ## Mainnet -The current recommended version of the software for mainnet is [v0.16.0](https://github.com/Kava-Labs/kava/releases/tag/v0.16.0). The master branch of this repository often contains considerable development work since the last mainnet release and is __not__ runnable on mainnet. +The current recommended version of the software for mainnet is [v0.16.1](https://github.com/Kava-Labs/kava/releases/tag/v0.16.1). The master branch of this repository often contains considerable development work since the last mainnet release and is __not__ runnable on mainnet. ### Installation ```bash -git checkout v0.16.0 +git checkout v0.16.1 make install ```