From d712346e61e288d450b0c08038c158f8848cc3e4 Mon Sep 17 00:00:00 2001 From: Alfonso Acosta Date: Tue, 11 Jan 2022 18:52:42 +0100 Subject: [PATCH] txnbuild/horizonclient: Update changelog for v9 txnbuild/horizonclient release (#4171) (#4172) --- clients/horizonclient/CHANGELOG.md | 3 ++- txnbuild/CHANGELOG.md | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/clients/horizonclient/CHANGELOG.md b/clients/horizonclient/CHANGELOG.md index 2ce955a647..ea916df9f4 100644 --- a/clients/horizonclient/CHANGELOG.md +++ b/clients/horizonclient/CHANGELOG.md @@ -4,8 +4,9 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## Unreleased +## [v9.0.0](https://github.com/stellar/go/releases/tag/horizonclient-v9.0.0) - 2022-01-10 +None ## [8.0.0-beta.0](https://github.com/stellar/go/releases/tag/horizonclient-v8.0.0-beta.0) - 2021-10-04 diff --git a/txnbuild/CHANGELOG.md b/txnbuild/CHANGELOG.md index 769f41d2ac..8f5f88a083 100644 --- a/txnbuild/CHANGELOG.md +++ b/txnbuild/CHANGELOG.md @@ -4,9 +4,9 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## Unreleased +## [9.0.0](https://github.com/stellar/go/releases/tag/horizonclient-v9.0.0) - 2022-01-10 -* Enable Muxed Accounts ([SEP-23](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0023.md)) by default: +* Enable Muxed Accounts ([SEP-23](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0023.md)) by default ([#4169](https://github.com/stellar/go/pull/4169)): * Remove `TransactionParams.EnableMuxedAccounts` * Remove `TransactionFromXDROptionEnableMuxedAccounts` * Remove `FeeBumpTransactionParams.EnableMuxedAccounts`