Skip to content

Commit 678fe5f

Browse files
authored
chore: prepare v1.3.1 release (#124)
1 parent b98cc64 commit 678fe5f

3 files changed

Lines changed: 8 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.3.0
3+
###### v1.3.1
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: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414

1515
An '!' indicates a state machine breaking change.
1616

17+
## [v1.3.1](https://github.com/KYVENetwork/chain/releases/tag/v1.3.1) - 2023-08-02
18+
19+
### Bug Fixes
20+
21+
- [#122](https://github.com/KYVENetwork/chain/pull/122) Fix makefile go version parse cmd.
22+
1723
## [v1.3.0](https://github.com/KYVENetwork/chain/releases/tag/v1.3.0) - 2023-07-15
1824

1925
### Features
@@ -40,7 +46,6 @@ An '!' indicates a state machine breaking change.
4046
### API Breaking
4147

4248
- (`x/query`) [#87](https://github.com/KYVENetwork/chain/pull/87) Correctly return pools that an account has funded.
43-
<!-- TODO: Switch this link to the release tag. -->
4449
- (`x/stakers`) [#46](https://github.com/KYVENetwork/chain/pull/46) Emit an [event](https://github.com/KYVENetwork/chain/blob/main/x/stakers/spec/05_events.md#eventclaimcommissionrewards) when claiming protocol validator commission rewards.
4550
- (`x/bundles`) [#104](https://github.com/KYVENetwork/chain/pull/104) Improve schema for finalized bundles query.
4651

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
COMMIT := $(shell git log -1 --format='%H')
22
GO_VERSION := $(shell go version | cut -c 14- | cut -d' ' -f1 | cut -d'.' -f1,2)
3-
VERSION := v1.3.0 # $(shell echo $(shell git describe --tags) | sed 's/^v//')
3+
VERSION := v1.3.1 # $(shell echo $(shell git describe --tags) | sed 's/^v//')
44

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

0 commit comments

Comments
 (0)