From 1377c848a710c8dfddbc64d3bd6bd2af5b9128da Mon Sep 17 00:00:00 2001 From: Shawn Reuland Date: Mon, 4 Apr 2022 14:47:35 -0700 Subject: [PATCH] updated CHANGELOG with tickets for release v2.16.0 --- services/horizon/CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/services/horizon/CHANGELOG.md b/services/horizon/CHANGELOG.md index eb57cf5c3e..83089ed213 100644 --- a/services/horizon/CHANGELOG.md +++ b/services/horizon/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## V2.16.0 + +* Replace keybase with publicnode in the stellar core config. ([4291](https://github.com/stellar/go/pull/4291)) +* Add a rate limit for path finding requests. ([4310](https://github.com/stellar/go/pull/4310)) +* Horizonclient, fix multi-parameter url for claimable balance query. ([4248](https://github.com/stellar/go/pull/4248)) + + ## 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.**