From d802e28a7ca23ca4ca8d4c4d6940c4f2d4442ab4 Mon Sep 17 00:00:00 2001 From: Maximilian Breithecker <72022235+mbreithecker@users.noreply.github.com> Date: Sat, 15 Jul 2023 18:43:24 +0200 Subject: [PATCH] chore: prepare `v1.2.3` release (#117) --- .github/README.md | 2 +- CHANGELOG.md | 2 +- Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/README.md b/.github/README.md index a9af13a0..08fce809 100644 --- a/.github/README.md +++ b/.github/README.md @@ -1,6 +1,6 @@ # The KYVE Network -###### v1.2.2 +###### v1.2.3 The KYVE consensus layer is the backbone of the KYVE ecosystem. This layer is a sovereign Delegated Proof of Stake network built using the diff --git a/CHANGELOG.md b/CHANGELOG.md index ff1cbcec..4a88ae01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ # CHANGELOG -## [Unreleased] +## [v1.2.3](https://github.com/KYVENetwork/chain/releases/tag/v1.2.3) - 2023-07-15 ### API Breaking diff --git a/Makefile b/Makefile index da331814..f657f11c 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ COMMIT := $(shell git log -1 --format='%H') -VERSION := v1.2.2 # $(shell echo $(shell git describe --tags) | sed 's/^v//') +VERSION := v1.2.3 # $(shell echo $(shell git describe --tags) | sed 's/^v//') TEAM_ALLOCATION := 165000000000000 ifeq ($(ENV),kaon)