From 163fc5c67311f0da20920be2880678efeffe0e9b Mon Sep 17 00:00:00 2001 From: tamirms Date: Tue, 1 Jun 2021 18:10:54 +0100 Subject: [PATCH] Update changelog --- clients/horizonclient/CHANGELOG.md | 2 +- txnbuild/CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clients/horizonclient/CHANGELOG.md b/clients/horizonclient/CHANGELOG.md index d2b82373ab..9c278df2b4 100644 --- a/clients/horizonclient/CHANGELOG.md +++ b/clients/horizonclient/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## Unreleased +## [v7.1.0](https://github.com/stellar/go/releases/tag/horizonclient-v7.1.0) - 2021-06-01 * Added transaction and operation result codes to the horizonclient.Error string for easy glancing at string only errors for underlying cause. * Fix bug in the transaction submission where requests with large transaction payloads fail with an HTTP 414 URI Too Long error ([#3643](https://github.com/stellar/go/pull/3643)). diff --git a/txnbuild/CHANGELOG.md b/txnbuild/CHANGELOG.md index 548e3a69ae..d13814e1bf 100644 --- a/txnbuild/CHANGELOG.md +++ b/txnbuild/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## Unreleased +## [v7.1.0](https://github.com/stellar/go/releases/tag/horizonclient-v7.1.0) - 2021-06-01 ### New features