From 34d966af55d2f69249488f5d78c99284730a063f Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Thu, 1 Jul 2021 20:20:46 +0300 Subject: [PATCH] Add NeoFS API compatibility in README Signed-off-by: Alex Vanin --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1c185fb..9934e7c 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,12 @@ $ NEOGO=/home/user/neo-go/bin/neo-go make all Remove compiled files with `make clean` or `make mr_proper` command. +# NeoFS API compatibility + +|neofs-contract version|supported NeoFS API versions| +|:------------------:|:--------------------------:| +|v0.9.x|[v2.7.0](https://github.com/nspcc-dev/neofs-api/releases/tag/v2.7.0), [v2.8.0](https://github.com/nspcc-dev/neofs-api/releases/tag/v2.8.0)| + # License