From 761068eb925b988e4b9bffdc0cf2f08a57480384 Mon Sep 17 00:00:00 2001 From: Matthieu Vachon Date: Tue, 23 Jul 2024 11:11:59 -0400 Subject: [PATCH] Fixed changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c2ecb6..08da38c 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +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.3.0 +## v1.3.0 - Adding `--startup-delay` flag when staring a sink noop. This allows for easier debugging or maintenance on the state on disk. -### v1.2.1 +## v1.2.1 - Bump `substreams` to `v1.8.1`. - Bump `substreams-sink` to `v1.4.1`.