Skip to content

Commit

Permalink
Release v0.9.2
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
  • Loading branch information
alexvanin committed Jul 1, 2021
1 parent 34d966a commit 4d64843
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Changelog
Changelog for NeoFS Contract

## [0.9.2] - 2021-07-01

### Fixed
- Execution of multiple `container.Put`, `container.Delete`,
`container.PutContainerSize` and `netmap.AddPeer` invocations now possible
in the single block (#100, #102).

### Added
- Target NeoFS API version in README.md.

### Changed
- Notary enabled images for neofs-dev-env do not contain predefined network
map anymore.

## [0.9.1] - 2021-06-24

### Fixed
Expand Down Expand Up @@ -155,7 +169,8 @@ 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.2]: https://github.com/nspcc-dev/neofs-contract/compare/v0.9.1...v0.9.2
[0.9.1]: 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
Expand Down

0 comments on commit 4d64843

Please sign in to comment.