Skip to content

Commit 489960c

Browse files
authored
chore: prepare v1.2.2 release (#85)
1 parent 95feb65 commit 489960c

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.2.1
3+
###### v1.2.2
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.2.2](https://github.com/KYVENetwork/chain/releases/tag/v1.2.2) - 2023-06-08
18+
1719
### Bug Fixes
1820

1921
- (deps) [#82](https://github.com/KYVENetwork/chain/pull/82) Bump Cosmos SDK to [v0.46.13](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.46.13) ([`v0.46.13-kyve`](https://github.com/KYVENetwork/cosmos-sdk/releases/tag/v0.46.13-kyve)) to adhere to the [Cosmos SDK Barberry Security Advisory](https://forum.cosmos.network/t/cosmos-sdk-security-advisory-barberry).

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

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

0 commit comments

Comments
 (0)