Skip to content

Commit d802e28

Browse files
authored
chore: prepare v1.2.3 release (#117)
1 parent 896e757 commit d802e28

3 files changed

Lines changed: 3 additions & 3 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.2.2
3+
###### v1.2.3
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
# CHANGELOG
1414

15-
## [Unreleased]
15+
## [v1.2.3](https://github.com/KYVENetwork/chain/releases/tag/v1.2.3) - 2023-07-15
1616

1717
### API Breaking
1818

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.2.2 # $(shell echo $(shell git describe --tags) | sed 's/^v//')
2+
VERSION := v1.2.3 # $(shell echo $(shell git describe --tags) | sed 's/^v//')
33

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

0 commit comments

Comments
 (0)