From bb82f07a5d2fe502c4eab4a80cf073aaddb5c965 Mon Sep 17 00:00:00 2001 From: Dirk McCormick Date: Fri, 2 Apr 2021 09:40:30 +0200 Subject: [PATCH] release: v1.4.2 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ef7f2a9..c57b1800 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # go-data-transfer changelog +# go-data-transfer 1.4.2 + +- github.com/filecoin-project/go-data-transfer: + - Support no-op error responses (#186) ([filecoin-project/go-data-transfer#186](https://github.com/filecoin-project/go-data-transfer/pull/186)) + - fix: fail a pull channel when there is a timeout receiving the Complete message (#179) ([filecoin-project/go-data-transfer#179](https://github.com/filecoin-project/go-data-transfer/pull/179)) + +Contributors + +| Contributor | Commits | Lines ± | Files Changed | +|-------------|---------|---------|---------------| +| Aarsh Shah | 1 | +23/-122 | 6 | +| dirkmc | 2 | +65/-21 | 3 | + # go-data-transfer 1.4.1 - github.com/filecoin-project/go-data-transfer: