Skip to content

Commit

Permalink
docs: update changelog & latest release to v0.24.1 (#1759)
Browse files Browse the repository at this point in the history
  • Loading branch information
pirtleshell authored Oct 25, 2023
1 parent 48ee996 commit e4a2307
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,9 @@ Ref: https://keepachangelog.com/en/1.0.0/

### Features

- (metrics) [#1668] Adds non-state breaking x/metrics module for custom telemetry
- (metrics) [#1669] Add performance timing metrics to all Begin/EndBlockers
- (community) [#1704] Add module params
- (community) [#1706] Add disable inflation upgrade
- (community) [#1745] Enable params update via governance with `MsgUpdateParams`
- (community) [#1751] Add `AnnualizedRewards` query endpoint

### Bug Fixes

Expand All @@ -58,6 +55,14 @@ Ref: https://keepachangelog.com/en/1.0.0/
- (community) [#1752] Set `x/distribution` CommunityTax to zero on inflation disable upgrade
- (community) [#1755] Keep funds in `x/community` in `CommunityPoolLendWithdrawProposal` handler


## [v0.24.1](https://github.com/Kava-Labs/kava/releases/tag/v0.24.1)

### Features
- (metrics) [#1668] Adds non-state breaking x/metrics module for custom telemetry.
- (metrics) [#1669] Add performance timing metrics to all Begin/EndBlockers
- (community) [#1751] Add `AnnualizedRewards` query endpoint

## [v0.24.0]

### Features
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ Reference implementation of Kava, a blockchain for cross-chain DeFi. Built using

## Mainnet

The current recommended version of the software for mainnet is [v0.24.0](https://github.com/Kava-Labs/kava/releases/tag/v0.24.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.24.1](https://github.com/Kava-Labs/kava/releases/tag/v0.24.1). The master branch of this repository often contains considerable development work since the last mainnet release and is __not__ runnable on mainnet.

### Installation and Setup
For detailed instructions see [the Kava docs](https://docs.kava.io/docs/participate/validator-node).

```bash
git checkout v0.24.0
git checkout v0.24.1
make install
```

Expand Down

0 comments on commit e4a2307

Please sign in to comment.