From 20e5a60dcd96d4c97d9a134d250af0d068c768eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Duchesneau?= Date: Fri, 16 Feb 2024 11:16:45 -0500 Subject: [PATCH] bump changelog for release 1.2.0 --- .sfreleaser | 2 +- CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.sfreleaser b/.sfreleaser index d237b1d..a98efb7 100644 --- a/.sfreleaser +++ b/.sfreleaser @@ -3,4 +3,4 @@ global: language: golang variant: application release: - goreleaser-docker-image: goreleaser/goreleaser-cross:v1.21.5 \ No newline at end of file + goreleaser-docker-image: goreleaser/goreleaser-cross:v1.22 diff --git a/CHANGELOG.md b/CHANGELOG.md index a924cfa..68175d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ Operators, you should copy/paste content of this content straight to your projec If you were at `firehose-core` version `1.0.0` and are bumping to `1.1.0`, you should copy the content between those 2 version to your own repository, replacing placeholder value `fire{chain}` with your chain's own binary. -## UNRELEASED +## v1.2.0 * Poller is now fetching blocks in an optimized way, it will fetch several blocks at once and then process them.