From 485c174c99cddca74da1db205e5b6164a17bb539 Mon Sep 17 00:00:00 2001 From: "terry.hung" Date: Mon, 11 Dec 2023 14:46:08 +0800 Subject: [PATCH] Update CHANGELOG.md (#1276) --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73d1e70e..6fe6b352 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ 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.17.3] - 2023-12-11 + +### Fix +* fix: use exponential backoff to attempt reconnect to tsdb (https://github.com/filecoin-project/lily/pull/1267) + +### Chore +* chore: update the lotus to 1.25.0 (https://github.com/filecoin-project/lily/pull/1274) + + ## [v0.17.2] - 2023-10-23