feat: update changlog for v0.16, unreleased breaking changes (#1164)

* feat: update changlog for v0.16, unreleased breaking changes

* feat: update to latest mainnet version

* fix: link releases
This commit is contained in:
Kevin Davis 2022-02-08 09:51:37 -08:00 committed by GitHub
parent c76b5f98b7
commit 79ef1a52a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 2 deletions

View File

@ -34,6 +34,22 @@ Ref: https://keepachangelog.com/en/1.0.0/
# Changelog # 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] ## [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) * Hard Protocol - Introduces borrowing functionality to HARD protocol. See full [spec](https://github.com/Kava-Labs/kava/tree/master/x/hard/spec)

View File

@ -25,12 +25,12 @@ Reference implementation of Kava, a blockchain for cross-chain DeFi. Built using
## Mainnet ## 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 ### Installation
```bash ```bash
git checkout v0.16.0 git checkout v0.16.1
make install make install
``` ```