From 2a5c9acf2063b13be2e3e018414d9bdc8d1ce8ef Mon Sep 17 00:00:00 2001 From: Paul Bellamy Date: Thu, 26 Aug 2021 13:52:55 +0100 Subject: [PATCH] services/horizon: Update changelog for v2.8.1 release (#3851) * Update changelog for v2.8.1 release * fix state rebuild version --- services/horizon/CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/services/horizon/CHANGELOG.md b/services/horizon/CHANGELOG.md index 7e4fbb12ca..250bb93175 100644 --- a/services/horizon/CHANGELOG.md +++ b/services/horizon/CHANGELOG.md @@ -3,7 +3,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## Unreleased +## v2.8.1 +**Upgrading to this version from <= v2.8.0 will trigger a state rebuild. During this process (which will take at least 10 minutes), Horizon will not ingest new ledgers.** + +**In the 2.9.0 Horizon release, the `--ingest` flag will be set to `true` by default.** * Fix bug in asset balance classification where clawback is enabled. ([3847](https://github.com/stellar/go/pull/3847))