From 0140a8d35f1f56d609ddad3a9466bcb9acb29b2b Mon Sep 17 00:00:00 2001 From: Leigh McCulloch Date: Fri, 16 Oct 2020 13:35:10 -0700 Subject: [PATCH] clients/horizonclient,txnbuild: update changelogs for v4.1.0 (#3136) Update the changelogs for clients/horizonclient and txnbuild for the combined v4.1.0 release. Also add a missing empty release details to clients/horizonclient changelog that was missing in the previous release which only changed txnbuild. There are several changes to txnbuild on master that could be released. I specifically want to get the SEP-10 v2.1.0 changes in a release. There are only meaningful changes to txnbuild but txnbuild and horizonclient get released together, so that is why there are empty changelog release notes for the latter. --- clients/horizonclient/CHANGELOG.md | 8 ++++++++ txnbuild/CHANGELOG.md | 3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/clients/horizonclient/CHANGELOG.md b/clients/horizonclient/CHANGELOG.md index c9442db7e6..51ed665744 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/). +## [v4.1.0](https://github.com/stellar/go/releases/tag/horizonclient-v4.1.0) - 2020-10-16 + +None + +## [v4.0.1](https://github.com/stellar/go/releases/tag/horizonclient-v4.0.1) - 2020-10-02 + +None + ## [v4.0.0](https://github.com/stellar/go/releases/tag/horizonclient-v4.0.0) - 2020-09-29 Added new client methods and effects supporting [Protocol 14](https://github.com/stellar/go/issues/3035). diff --git a/txnbuild/CHANGELOG.md b/txnbuild/CHANGELOG.md index 3b103d9a78..a185b154f5 100644 --- a/txnbuild/CHANGELOG.md +++ b/txnbuild/CHANGELOG.md @@ -3,7 +3,8 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## Unreleased +## [v4.1.0](https://github.com/stellar/go/releases/tag/horizonclient-v4.1.0) - 2020-10-16 + * Add helper function `ParseAssetString()`, making it easier to build an `Asset` structure from a string in [canonical form](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0011.md#asset) and check its various properties ([#3105](https://github.com/stellar/go/pull/3105)). * Add helper function `Transaction.ClaimableBalanceID()`, making it easier to calculate balance IDs for [claimable balances](https://developers.stellar.org/docs/glossary/claimable-balance/) without actually submitting the transaction ([#3122](https://github.com/stellar/go/pull/3122)).