From ba190b2202d27f1cf8ce82fadd19eac48ccb13e6 Mon Sep 17 00:00:00 2001 From: Maximilian Breithecker <72022235+mbreithecker@users.noreply.github.com> Date: Sat, 15 Jul 2023 18:05:17 +0200 Subject: [PATCH] chore: prepare `v1.3.0` release (#116) --- .github/README.md | 2 +- CHANGELOG.md | 4 ++-- Makefile | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/README.md b/.github/README.md index ac21125d..b6197b5b 100644 --- a/.github/README.md +++ b/.github/README.md @@ -1,6 +1,6 @@ # The KYVE Network -###### v1.2.2 +###### v1.3.0 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 01ee250e..cc0c0f9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,8 +13,8 @@ # CHANGELOG An '!' indicates a state machine breaking change. - -## [Unreleased] + +## [v1.3.0](https://github.com/KYVENetwork/chain/releases/tag/v1.3.0) - 2023-07-15 ### Features diff --git a/Makefile b/Makefile index 6597ef00..13c14fa3 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ COMMIT := $(shell git log -1 --format='%H') GO_VERSION := $(shell go version | cut -c 14- | cut -d' ' -f1 | cut -d'.' -f1 -f2) -VERSION := v1.2.2 # $(shell echo $(shell git describe --tags) | sed 's/^v//') +VERSION := v1.3.0 # $(shell echo $(shell git describe --tags) | sed 's/^v//') TEAM_ALLOCATION := 165000000000000 ifeq ($(ENV),kaon)