Skip to content

Commit

Permalink
Release v0.16.0
Browse files Browse the repository at this point in the history
Signed-off-by: Evgenii Stratonikov <evgeniy@morphbits.ru>
  • Loading branch information
fyrchik committed Oct 17, 2022
1 parent c3b00e0 commit 7588f67
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ Changelog for NeoFS Contract

## [Unreleased]

### Added
### Changed
### Updated
### Fixed
### Updating from v0.16.0

## [0.16.0] - 2022-10-17

### Added
- Support `MAINTENANCE` state of storage nodes (#269)

Expand All @@ -15,7 +23,7 @@ Changelog for NeoFS Contract
### Fixed
- NNS `renew` now can only be done by the domain owner

### Updating from v0.15.x
### Updating from v0.15.5
Update deployed `Netmap` contract using `Update` method: storage of the contract
has been incompatibly changed.

Expand Down Expand Up @@ -395,7 +403,8 @@ Preview4-testnet version of NeoFS contracts.

Preview4 compatible contracts.

[Unreleased]: https://github.com/nspcc-dev/neofs-contract/compare/v0.15.5...master
[Unreleased]: https://github.com/nspcc-dev/neofs-contract/compare/v0.16.0...master
[0.16.0]: https://github.com/nspcc-dev/neofs-contract/compare/v0.15.5...v0.16.0
[0.15.5]: https://github.com/nspcc-dev/neofs-contract/compare/v0.15.4...v0.15.5
[0.15.4]: https://github.com/nspcc-dev/neofs-contract/compare/v0.15.3...v0.15.4
[0.15.3]: https://github.com/nspcc-dev/neofs-contract/compare/v0.15.2...v0.15.3
Expand Down
4 changes: 2 additions & 2 deletions common/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import "github.com/nspcc-dev/neo-go/pkg/interop/native/std"

const (
major = 0
minor = 15
patch = 6
minor = 16
patch = 0

// Versions from which an update should be performed.
// These should be used in a group (so prevMinor can be equal to minor if there are
Expand Down

0 comments on commit 7588f67

Please sign in to comment.