Skip to content

Commit

Permalink
chore: prepare v1.2.1 release (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnletey authored May 25, 2023
1 parent a30f6a0 commit 5985989
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The KYVE Network

###### v1.2.0
###### v1.2.1

The KYVE consensus layer is the backbone of the KYVE ecosystem. This layer is a
sovereign Delegated Proof of Stake network built using the
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

## [Unreleased]

## [v1.2.1](https://github.com/KYVENetwork/chain/releases/tag/v1.2.1) - 2023-05-25

### Bug Fixes

- (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).
Expand All @@ -25,6 +27,12 @@
- [#48](https://github.com/KYVENetwork/chain/pull/48) Register Amino types for full Ledger support.
- (`x/team`) [#45](https://github.com/KYVENetwork/chain/pull/45) Adjust vesting schedules of multiple KYVE Core Team members.

## [v1.1.3](https://github.com/KYVENetwork/chain/releases/tag/v1.1.3) - 2023-05-25

### Bug Fixes

- (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).

## [v1.1.2](https://github.com/KYVENetwork/chain/releases/tag/v1.1.2) - 2023-05-12

### API Breaking
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
COMMIT := $(shell git log -1 --format='%H')
VERSION := v1.2.0 # $(shell echo $(shell git describe --tags) | sed 's/^v//')
VERSION := v1.2.1 # $(shell echo $(shell git describe --tags) | sed 's/^v//')

TEAM_ALLOCATION := 165000000000000
ifeq ($(ENV),kaon)
Expand Down

0 comments on commit 5985989

Please sign in to comment.