Skip to content

Commit 6475d6e

Browse files
committed
chore: prepare Changelog version
1 parent 643fe2e commit 6475d6e

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,14 @@
1414

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

17-
### Unreleased
17+
### [v2.0.0](https://github.com/KYVENetwork/chain/releases/tag/v2.0.0) - 2025-03-28
18+
19+
- (deps) [#256](https://github.com/KYVENetwork/chain/pull/256) bump `hyperlane-cosmos` to `v1.0.0-beta0`.
20+
21+
## [v2.0.0-rc1](https://github.com/KYVENetwork/chain/releases/tag/v2.0.0-kaon2) - 2025-03-26
1822

1923
### Features
2024
- (deps) [#254](https://github.com/KYVENetwork/chain/pull/254) Hyperlane: Import `x/core` and `x/warp`.
21-
- (deps) [#256](https://github.com/KYVENetwork/chain/pull/256) bump `hyperlane-cosmos` to `v1.0.0-beta0`.
2225

2326
## [v2.0.0-rc1](https://github.com/KYVENetwork/chain/releases/tag/v2.0.0) - 2025-02-27
2427

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ GO_VERSION := $(shell go version | cut -c 14- | cut -d' ' -f1 | cut -d'.' -f1,2)
44
# VERSION := $(shell echo $(shell git describe --tags) | sed 's/^v//')
55
VERSION := v2.0.0
66

7-
BUILD_TIME := 202502100800.00 # format [[CC]YY]MMDDhhmm[.ss]
7+
BUILD_TIME := 202503280800.00 # format [[CC]YY]MMDDhhmm[.ss]
88

99
TEAM_ALLOCATION := 165000000000000
1010
ifeq ($(ENV),kaon)

0 commit comments

Comments
 (0)