From ec95997f4186157fb3929e771a76b461d3a210ac Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Tue, 30 Nov 2021 12:26:56 +0300 Subject: [PATCH] Backport changelog v0.12.2 Signed-off-by: Alex Vanin --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc2561e..d1498ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog Changelog for NeoFS Contract +## [0.12.2] - 2021-11-26 + +### Fixed +- Domain owner check in container contract (#156) +- Missing NNS related keys in container contract (#181) + +### Added +- Update functions now provide contract version in data (#164) + ## [0.12.1] - 2021-10-19 ### Fixed @@ -245,6 +254,7 @@ Preview4-testnet version of NeoFS contracts. Preview4 compatible contracts. +[0.12.2]: https://github.com/nspcc-dev/neofs-contract/compare/v0.12.1...v0.12.2 [0.12.1]: https://github.com/nspcc-dev/neofs-contract/compare/v0.12.0...v0.12.1 [0.12.0]: https://github.com/nspcc-dev/neofs-contract/compare/v0.11.0...v0.12.0 [0.11.0]: https://github.com/nspcc-dev/neofs-contract/compare/v0.10.1...v0.11.0