Skip to content

Commit 9bed226

Browse files
authored
chore: prepare v1.1.3 release (#67)
1 parent 95f29bf commit 9bed226

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.1.2
3+
###### v1.1.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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414

1515
## [Unreleased]
1616

17+
## [v1.1.3](https://github.com/KYVENetwork/chain/releases/tag/v1.1.3) - 2023-05-25
18+
1719
### Bug Fixes
1820

1921
- (deps) [#63](https://github.com/KYVENetwork/chain/pull/63) Bump IBC to [v6.1.1](https://github.com/cosmos/ibc-go/releases/tag/v6.1.1) to adhere to the [IBC Huckleberry Security Advisory](https://forum.cosmos.network/t/ibc-security-advisory-huckleberry).

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

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

0 commit comments

Comments
 (0)