From 820236853bd21fca7c562ee129f4be4e64ecec69 Mon Sep 17 00:00:00 2001 From: Dirk McCormick Date: Mon, 11 Oct 2021 15:23:06 +0200 Subject: [PATCH] release: v1.13.2 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7e07f3d..e7af4022 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # go-fil-markets changelog +# go-fil-markets 1.13.2 + +- github.com/filecoin-project/go-fil-markets: + - block in Publish state when message sending fails due to lack of funds (#638) ([filecoin-project/go-fil-markets#638](https://github.com/filecoin-project/go-fil-markets/pull/638)) + - Standardize definition of a recursive non-matching selector (#640) ([filecoin-project/go-fil-markets#640](https://github.com/filecoin-project/go-fil-markets/pull/640)) + +Contributors + +| Contributor | Commits | Lines ± | Files Changed | +|-------------|---------|---------|---------------| +| Peter Rabbitson | 1 | +42/-48 | 14 | +| Anton Evangelatov | 1 | +21/-0 | 4 | + # go-fil-markets 1.13.1 - github.com/filecoin-project/go-fil-markets: