From da56f4b53e8bab20ba8b39c4278e1f99099505c2 Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Wed, 23 Jun 2021 18:05:49 +0300 Subject: [PATCH] Release v0.9.1 Signed-off-by: Alex Vanin --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 269d4e2..7de76de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog Changelog for NeoFS Contract +## [0.9.1] - 2021-06-24 + +### Fixed +- Notification parameter types in container, neofs and netmap manifests (#94). +- Method permissions in manifests (#96). + +### Added +- Balance check before notification at `container.Put` method. + +### Removed +- v0.8.0 to v0.9.0 migration code. + ## [0.9.0] - 2021-06-03 - Seongmodo (석모도, 席毛島) Session token support in container contract. @@ -143,6 +155,7 @@ Preview4-testnet version of NeoFS contracts. Preview4 compatible contracts. +[0.9.0]: https://github.com/nspcc-dev/neofs-contract/compare/v0.9.0...v0.9.1 [0.9.0]: https://github.com/nspcc-dev/neofs-contract/compare/v0.8.0...v0.9.0 [0.8.0]: https://github.com/nspcc-dev/neofs-contract/compare/v0.7.0...v0.8.0 [0.7.0]: https://github.com/nspcc-dev/neofs-contract/compare/v0.6.0...v0.7.0