Skip to content

Commit ef202c8

Browse files
authored
chore: prepare v1.0.1 release (#39)
1 parent 868bc16 commit ef202c8

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The KYVE Network
22

3-
###### v1.0.0
3+
###### v1.0.1
44

55
The KYVE consensus layer is the backbone of the KYVE ecosystem. The layer is a
66
sovereign Delegated Proof of Stake network built using the

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414

1515
## [Unreleased]
1616

17+
## [v1.0.1](https://github.com/KYVENetwork/chain/releases/tag/v1.0.1) - 2023-05-08
18+
1719
### Improvements
1820

1921
- [#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).

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
COMMIT := $(shell git log -1 --format='%H')
2-
VERSION := v1.0.0 # $(shell echo $(shell git describe --tags) | sed 's/^v//')
2+
VERSION := v1.0.1 # $(shell echo $(shell git describe --tags) | sed 's/^v//')
33

44
DENOM ?= ukyve
55
TEAM_TGE ?= 2023-03-14T14:03:14

0 commit comments

Comments
 (0)