Skip to content

Commit 23e8885

Browse files
authored
Update CHANGELOG.md (#1348)
1 parent faac2d8 commit 23e8885

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,20 @@ The format is a variant of [Keep a Changelog](https://keepachangelog.com/en/1.0.
55

66
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). Breaking changes should trigger an increment to the major version. Features increment the minor version and fixes or other changes increment the patch number.
77

8-
<a name="v0.23.1"></a>
8+
<a name="v0.23.2"></a>
9+
10+
## [v0.23.2] - 2025-04-22
11+
12+
## DATABASE MIGRATION
13+
* [1.45](https://github.com/filecoin-project/lily/blob/master/schemas/v1/45_add_fields_in_miner_dump.go)
14+
15+
### Feat
16+
* feat: update termination fee (https://github.com/filecoin-project/lily/pull/1344)
17+
* feat: add new column for miner actor dump - termination_fee_v2 (https://github.com/filecoin-project/lily/pull/1345)
18+
19+
### Fix
20+
* fix: migration scripts error (https://github.com/filecoin-project/lily/pull/1346)
21+
* fix: the formula error (https://github.com/filecoin-project/lily/pull/1347)
922

1023
## [v0.23.1] - 2025-04-15
1124

@@ -26,7 +39,7 @@ This release includes a migration which must be applied before deploying against
2639
* feat: add new fields in miner actor dumps (https://github.com/filecoin-project/lily/pull/1334)
2740
* feat: refine the insert batch size (https://github.com/filecoin-project/lily/pull/1335)
2841

29-
### Chore:
42+
### Chore
3043
* chore: update lotus to v1.32.0-rc3 (https://github.com/filecoin-project/lily/pull/1338)
3144
* chore: update lotus to v1.32.2 (https://github.com/filecoin-project/lily/pull/1339)
3245

@@ -39,7 +52,7 @@ This release includes a migration which must be applied before deploying against
3952
### Fix
4053
* fix: insert actor methods db error (https://github.com/filecoin-project/lily/pull/1331)
4154

42-
### Chore:
55+
### Chore
4356
* chore: upgrade the lotus to v1.32.0-rc1 for nv25 (https://github.com/filecoin-project/lily/pull/1329)
4457

4558

0 commit comments

Comments
 (0)