From 97aba47ced1996952d1602661c5c51cf9f4c2df4 Mon Sep 17 00:00:00 2001 From: "terry.hung" Date: Tue, 30 Jul 2024 18:06:59 +0800 Subject: [PATCH] Update CHANGELOG.md (#1310) --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0c895c4..453b0c40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ 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.20.1] - 2024-07-30 + +### Chore +* chore: upgrade lotus to v1.28.1 (https://github.com/filecoin-project/lily/pull/1309) + ## [v0.20.0] - 2024-07-26