From 6e368495aa7f63bf856a782bd9c1539e6c1fac60 Mon Sep 17 00:00:00 2001 From: arnaudberger Date: Thu, 9 May 2024 10:13:19 -0400 Subject: [PATCH] Update ChangeLog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55d898e..d32b3da 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## v1.1.5 + +* Add a `follow-head` mode. It enables the sink noop to follow the chain's head when a block-meta url is provided (The block-meta is used to fetch the head block info). +* Updating `head tracker` back-off `MaxElapsedTime` to `0` to avoid sinker stopping. + ## v1.1.4 * This is a re-release of `v1.1.3` which failed to build.