From c4bec21af74f07786cb9d85f4744b9358c36f442 Mon Sep 17 00:00:00 2001 From: Robert Pirtle Date: Tue, 21 Mar 2023 12:01:43 -0700 Subject: [PATCH] update readme & changelog (#1511) * point changelog readers to github releases * add note about security disclosure to readme --- CHANGELOG.md | 5 +---- README.md | 4 ++++ 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d875b24..f73a96b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,10 +34,7 @@ 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` +**As of v0.16.2+, changes are documented in [Kava's Github Releases](https://github.com/Kava-Labs/kava/releases/).** ## [v0.16.1](https://github.com/Kava-Labs/kava/releases/tag/v0.16.1) diff --git a/README.md b/README.md index 494f8ba1..f295589c 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,10 @@ Kava protocol and client documentation can be found in the [Kava docs](https://d If you have technical questions or concerns, ask a developer or community member in the [Kava discord](https://discord.com/invite/kQzh3Uv). +## Security + +If you find a security issue, please report it to security [at] kava.io. Depending on the verification and severity, a bug bounty may be available. + ## License Copyright © Kava Labs, Inc. All rights reserved.