From e29c7803d487c3f5b44a74773e6277fee16482cf Mon Sep 17 00:00:00 2001 From: Paul Bellamy Date: Fri, 4 Mar 2022 14:35:43 +0000 Subject: [PATCH] Adding changelog entry for 4251 --- services/horizon/CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/services/horizon/CHANGELOG.md b/services/horizon/CHANGELOG.md index 49c5caea2c..eb57cf5c3e 100644 --- a/services/horizon/CHANGELOG.md +++ b/services/horizon/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## v2.15.1 + +**Upgrading to this version from <= v2.8.3 will trigger a state rebuild. During this process (which will take at least 10 minutes), Horizon will not ingest new ledgers.** + +### Fixes + +* Fixed a regression preventing running multiple concurrent captive-core ingestion instances. ([4251](https://github.com/stellar/go/pull/4251)) + ## v2.15.0 **Upgrading to this version from <= v2.8.3 will trigger a state rebuild. During this process (which will take at least 10 minutes), Horizon will not ingest new ledgers.**