From b12f4c0cd004a1d6c009b16ec29a945fbe7344a5 Mon Sep 17 00:00:00 2001 From: raulk Date: Mon, 16 Aug 2021 20:52:13 +0100 Subject: [PATCH] release: v1.8.0. (#605) --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a43de201..1d9556cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # go-fil-markets changelog +# go-fil-markets v1.8.0 + +- Migrate to DAG store + CARv2 blockstores for storage and retrieval (#576) ([filecoin-project/go-fil-markets#576](https://github.com/filecoin-project/go-fil-markets/pull/576)) +- Revert "Pass deal proposal instead of deal ID to OnDealExpiredOrSlashed (#476) ([filecoin-project/go-fil-markets#476](https://github.com/filecoin-project/go-fil-markets/pull/476))" + # go-fil-markets v1.7.0 - Pass deal proposal instead of deal ID to OnDealExpiredOrSlashed (#476) ([filecoin-project/go-fil-markets#476](https://github.com/filecoin-project/go-fil-markets/pull/476))