From 18a614afec180ac7550a622db990469644ab2d08 Mon Sep 17 00:00:00 2001 From: urvisavla Date: Tue, 12 Nov 2024 13:41:52 -0800 Subject: [PATCH] services/horizon: Update changelog (#5524) --- services/horizon/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/services/horizon/CHANGELOG.md b/services/horizon/CHANGELOG.md index 4b48c6c46d..f419ef0976 100644 --- a/services/horizon/CHANGELOG.md +++ b/services/horizon/CHANGELOG.md @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 22.0.1 + +### Fixed +- Fix the issue where the skip-txmeta flag is not being applied in `/transactions/{tx-id}` endpoint ([5523](https://github.com/stellar/go/pull/5523)). + ## 22.0.0-rc2