From c02f84e3425668d003d5b4dd068c3e2761c09a67 Mon Sep 17 00:00:00 2001 From: Maximilian Breithecker <72022235+mbreithecker@users.noreply.github.com> Date: Thu, 14 Dec 2023 14:13:50 +0100 Subject: [PATCH] chore: small post 1.4 cleanup (#162) (cherry picked from commit 9ebfdbb86b3b26e099ea2eed0efafaed0f6c1123) --- CHANGELOG.md | 2 ++ .github/README.md => README.md | 0 SECURITY.md | 4 ++-- 3 files changed, 4 insertions(+), 2 deletions(-) rename .github/README.md => README.md (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4bd4b63..09cfdebe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,8 @@ An '!' indicates a state machine breaking change. ## [v1.4.0](https://github.com/KYVENetwork/chain/releases/tag/v1.4.0) - 2023-11-17 +## [v1.4.0](https://github.com/KYVENetwork/chain/releases/tag/v1.4.0) - 2023-11-17 + ### Features - ! (`x/funders`) [#141](https://github.com/KYVENetwork/chain/pull/141) Implementation of the new [funders concept](https://commonwealth.im/kyve/discussion/13420-enhancing-kyves-funders-concept). diff --git a/.github/README.md b/README.md similarity index 100% rename from .github/README.md rename to README.md diff --git a/SECURITY.md b/SECURITY.md index b0f5d66b..d2f6add2 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -5,8 +5,8 @@ | Version | Supported | |---------|--------------------| | main | :white_check_mark: | -| v1.2.x | :white_check_mark: | -| < v1.2 | :x: | +| v1.4.x | :white_check_mark: | +| < v1.4 | :x: | ## Reporting a Vulnerability