diff --git a/README.md b/README.md index 51cf4e98..d8d3c12e 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,9 @@ developers to easily integrate applications without rewriting their code. For now we only support GNU/Linux on amd64 CPUs with AVX/AVX2 instructions. More platforms will be officially supported after '1.0' release. +Latest version of neofs-node works with neofs-contract +[v0.9.0](https://github.com/nspcc-dev/neofs-contract/releases/tag/v0.9.0). + # Contributing Feel free to contribute to this project after reading the [contributing diff --git a/docs/release-instruction.md b/docs/release-instruction.md index b6bef2b8..71f06235 100644 --- a/docs/release-instruction.md +++ b/docs/release-instruction.md @@ -17,6 +17,9 @@ describing the most significant changes done in this release. Add and changes. Describe each change in detail with a reference to github issues if possible. +Update supported version of neofs-contract in `README.md` if there were +changes between releases. + ## Tag the release Use `vX.Y.Z` tag for releases and `vX.Y.Z-rc.N` for release candidates