Skip to content

Commit b07023d

Browse files
authored
chore: prepare v1.1.0 release (#29)
1 parent 9e1bf79 commit b07023d

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.1.0
44

55
The KYVE consensus layer is the backbone of the KYVE ecosystem. This 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.1.0](https://github.com/KYVENetwork/chain/releases/tag/v1.1.0) - 2023-04-18
18+
1719
### Improvements
1820

1921
- [#22](https://github.com/KYVENetwork/chain/pull/22) Various minor code improvements, cleanups, and validations.

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.1.0 # $(shell echo $(shell git describe --tags) | sed 's/^v//')
33

44
TEAM_ALLOCATION := 165000000000000
55
ifeq ($(ENV),kaon)

0 commit comments

Comments
 (0)