From 2aa0fe893d0f9710f48271da5a3cb6997112204e Mon Sep 17 00:00:00 2001 From: sirius Date: Wed, 3 Apr 2024 14:44:46 +0800 Subject: [PATCH] =?UTF-8?q?release:=20=F0=9F=9A=80v0.9.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 374dec0b..4ba00347 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [0.9.7](https://github.com/dataswap/core/compare/v0.9.6...v0.9.7) (2024-04-03) + + +### Bug Fixes + +* 🐛 Fixed _getChallengeRoots function ([7aa730c](https://github.com/dataswap/core/commit/7aa730c0e25cac7c708bce8cf8e436e0d5a448ff)), closes [#383](https://github.com/dataswap/core/issues/383) + ## [0.9.6](https://github.com/dataswap/core/compare/v0.9.5...v0.9.6) (2024-04-03) diff --git a/package.json b/package.json index 9a385da3..30a4f263 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dataswapcore/contracts", - "version": "0.9.6", + "version": "0.9.7", "description": "Dataswap core contracts", "license": "GPL-3.0", "private": false,