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.