Skip to content

Commit e3729ef

Browse files
committed
release v6.0.2
1 parent 5c63d0f commit e3729ef

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
# Changelog
22

33

4-
## Unreleased
5-
- [#1185](https://github.com/crypto-org-chain/chain-main/pull/1185) Error deleting legacy versions bug.
4+
5+
*September 1, 2025*
6+
7+
## v6.0.2
8+
- [#1195](https://github.com/crypto-org-chain/chain-main/pull/1195) fix update cosmos-sdk v0.50 mismatch apphash.
9+
10+
*August 21, 2025*
11+
12+
## v6.0.1
613
- [#1189](https://github.com/crypto-org-chain/chain-main/pull/1189) versiondb interface missmatch.
7-
- [#1195](https://github.com/crypto-org-chain/chain-main/pull/1195) fix update cosmos-sdk v0.50 mismatch apphash.
14+
- [#1185](https://github.com/crypto-org-chain/chain-main/pull/1185) Error deleting legacy versions bug.
15+
816

917
*July 9, 2025*
1018

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ let
3939
in
4040
buildGoApplication rec {
4141
pname = "chain-maind";
42-
version = "v6.0.1";
42+
version = "v6.0.2";
4343
go = buildPackages.go_1_23;
4444
src = lib.cleanSourceWith {
4545
name = "src";

0 commit comments

Comments
 (0)