Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CHANGELOG.md #1308

Merged
merged 1 commit into from
Jul 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 19 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,26 @@ The format is a variant of [Keep a Changelog](https://keepachangelog.com/en/1.0.

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.

<a name="v0.20.0"></a>

## [v0.20.0] - 2024-07-26

## DATABASE MIGRATION
This release includes a migration which must be applied before deploying against an existing database.
* [1.39](https://github.com/filecoin-project/lily/blob/master/schemas/v1/39_add_locked_fil_v2_chaineconomics.go)

### Feat
* feat: add new column for locked_fil_v2 in chain_economics and address_type in data_cap_balances (https://github.com/filecoin-project/lily/pull/1306)

### Chore
* chore: upgrade the lotus version to 1.27.0 (https://github.com/filecoin-project/lily/pull/1303)
* chore: upgrade lotus to 1.27.1 (https://github.com/filecoin-project/lily/pull/1304)
* chore: update the actor versions (https://github.com/filecoin-project/lily/pull/1305)
* chore: update lotus version for nv23 (1.28.0-rc5) (https://github.com/filecoin-project/lily/pull/1307)

<a name="v0.19.0"></a>

## [v0.19.0] - 2023-05-31
## [v0.19.0] - 2024-05-31

## DATABASE MIGRATION
This release includes a migration which must be applied before deploying against an existing database.
Expand All @@ -29,7 +46,7 @@ This release includes a migration which must be applied before deploying against

<a name="v0.18.0"></a>

## [v0.18.0] - 2023-04-23
## [v0.18.0] - 2024-04-23

## DATABASE MIGRATION
This release includes a migration which must be applied before deploying against an existing database.
Expand Down