From e4a2307a2afcfd74fd48a78fb0695f8e3b41e73e Mon Sep 17 00:00:00 2001 From: Robert Pirtle Date: Wed, 25 Oct 2023 13:30:22 -0700 Subject: [PATCH] docs: update changelog & latest release to v0.24.1 (#1759) --- CHANGELOG.md | 11 ++++++++--- README.md | 4 ++-- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 292ef1d4..4abe6a0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/README.md b/README.md index 277a495e..a644abc9 100644 --- a/README.md +++ b/README.md @@ -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 ```