Skip to content

Commit

Permalink
feat: update changlog for v0.16, unreleased breaking changes (Kava-La…
Browse files Browse the repository at this point in the history
…bs#1164)

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

* feat: update to latest mainnet version

* fix: link releases
  • Loading branch information
karzak authored Feb 8, 2022
1 parent c76b5f9 commit 79ef1a5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 79ef1a5

Please sign in to comment.