From 23dc1773ac85e4ac18e7e3fc67d251019a9ba60a Mon Sep 17 00:00:00 2001 From: Alfonso Acosta Date: Thu, 15 Apr 2021 15:21:09 +0200 Subject: [PATCH] Add txnbuild/horizonclient CHANGELOG entries for release 7.0 (#3541) (#3542) --- clients/horizonclient/CHANGELOG.md | 8 ++++++++ txnbuild/CHANGELOG.md | 3 +++ 2 files changed, 11 insertions(+) diff --git a/clients/horizonclient/CHANGELOG.md b/clients/horizonclient/CHANGELOG.md index bc45e6956b..292f9aae93 100644 --- a/clients/horizonclient/CHANGELOG.md +++ b/clients/horizonclient/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/). +## [v7.0.0](https://github.com/stellar/go/releases/tag/horizonclient-v7.0.0) - 2021-05-15 + +None + +## [v6.0.0](https://github.com/stellar/go/releases/tag/horizonclient-v6.0.0) - 2021-02-22 + +None + ## [v5.0.0](https://github.com/stellar/go/releases/tag/horizonclient-v5.0.0) - 2020-11-12 None diff --git a/txnbuild/CHANGELOG.md b/txnbuild/CHANGELOG.md index 094765565e..dbea01d93d 100644 --- a/txnbuild/CHANGELOG.md +++ b/txnbuild/CHANGELOG.md @@ -5,6 +5,8 @@ file. This project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased +## [v7.0.0](https://github.com/stellar/go/releases/tag/horizonclient-v7.0.0) - 2021-05-15 + ### Breaking changes * `AllowTrustOpAsset` was renamed to `AssetCode`, `{Must}NewAllowTrustAsset` was renamed to `{Must}NewAssetCodeFromString`. @@ -18,6 +20,7 @@ file. This project adheres to [Semantic Versioning](http://semver.org/). * Some methods from the `Operation` interface (`BuildXDR()`,`FromXDR()` and `Validate()`) now take an additional `bool` parameter (`withMuxedAccounts`) * The parameters from `NewFeeBumpTransaction()` and `NewTransaction()` now include a new field (`EnableMuxedAccounts`) to enable M-strekeys. * `TransactionFromXDR()` now allows passing a `TransactionFromXDROptionEnableMuxedAccounts` option, to enable M-strkey parsing. + ## [v6.0.0](https://github.com/stellar/go/releases/tag/horizonclient-v6.0.0) - 2021-02-22 ### Breaking changes