diff --git a/.github/README.md b/.github/README.md index d0c3e98f..c9ca8fc4 100644 --- a/.github/README.md +++ b/.github/README.md @@ -1,6 +1,6 @@ # The KYVE Network -###### v1.0.0 +###### v1.0.1 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 2d988d3b..5bb98b42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ ## [Unreleased] +## [v1.0.1](https://github.com/KYVENetwork/chain/releases/tag/v1.0.1) - 2023-05-08 + ### Improvements - [#34](https://github.com/KYVENetwork/chain/pull/34) Support [Heighliner](https://github.com/strangelove-ventures/heighliner) to enable [interchaintest](https://github.com/strangelove-ventures/interchaintest). diff --git a/Makefile b/Makefile index 5a1da5ab..8fe7439b 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ COMMIT := $(shell git log -1 --format='%H') -VERSION := v1.0.0 # $(shell echo $(shell git describe --tags) | sed 's/^v//') +VERSION := v1.0.1 # $(shell echo $(shell git describe --tags) | sed 's/^v//') DENOM ?= ukyve TEAM_TGE ?= 2023-03-14T14:03:14