From 4d84862fc3b4ee0bf360e7b25eb4c95bcbe072fa Mon Sep 17 00:00:00 2001 From: "terry.hung" Date: Wed, 13 Nov 2024 14:04:11 +0800 Subject: [PATCH] Update CHANGELOG.md (#1324) --- CHANGELOG.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b79f4ad..4914675c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,23 @@ 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. - + + +## [v0.21.0] - 2024-11-13 + +### Feat +* feat: update README.md by @Terryhung in https://github.com/filecoin-project/lily/pull/1314 +* feat: upgrade filecoin-ffi version by @Terryhung in https://github.com/filecoin-project/lily/pull/1322 + + +### Chore +* chore: upgrade lotus to v1.29.1 by @Terryhung in https://github.com/filecoin-project/lily/pull/1318 +* chore: upgrade lotus version and golang version by @Terryhung in https://github.com/filecoin-project/lily/pull/1320 +* chore: upgrade lotus to v1.30.0 for nv24 by @Terryhung in https://github.com/filecoin-project/lily/pull/1321 + +### Fix +* fix: the error of logic and return by @Terryhung in https://github.com/filecoin-project/lily/pull/1313 +* fix: downgrade the bls version to stable version by @Terryhung in https://github.com/filecoin-project/lily/pull/1323 ## [v0.20.2] - 2024-08-01