From cedc217027c2b7e3d2b7077abe7a4fa4442a19c4 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 08:44:24 +0100 Subject: [PATCH] chore: prepare `v1.0.0-rc1` release (backport #13) (#14) Co-authored-by: John Letey --- .github/README.md | 2 +- CHANGELOG.md | 2 ++ Makefile | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/README.md b/.github/README.md index 9e6d4a22..e47442fc 100644 --- a/.github/README.md +++ b/.github/README.md @@ -1,6 +1,6 @@ # The KYVE Network -###### v1.0.0-rc0 +###### v1.0.0-rc1 The KYVE consensus layer is the backbone of the KYVE ecosystem. The layer is a sovereign Delegated Proof of Stake network built using the diff --git a/CHANGELOG.md b/CHANGELOG.md index 38bc6eab..d33c91d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ ## [Unreleased] +## [v1.0.0-rc1](https://github.com/KYVENetwork/chain/releases/tag/v1.0.0-rc1) - 2023-03-07 + ### Improvements - (deps) [#3](https://github.com/KYVENetwork/chain/pull/3), [#7](https://github.com/KYVENetwork/chain/pull/7) Bump Cosmos SDK to [v0.46.10](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.46.10) ([`v0.46.10-kyve-rc0`](https://github.com/KYVENetwork/cosmos-sdk/releases/tag/v0.46.10-kyve-rc0)). diff --git a/Makefile b/Makefile index 4a427362..2e251059 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ COMMIT := $(shell git log -1 --format='%H') -VERSION := v1.0.0-rc0 # $(shell echo $(shell git describe --tags) | sed 's/^v//') +VERSION := v1.0.0-rc1 # $(shell echo $(shell git describe --tags) | sed 's/^v//') DENOM ?= ukyve TEAM_TGE ?= 2023-03-14T14:03:14