forked from TrueCloudLab/frostfs-contract
Release v0.14.1
Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
parent
30be805896
commit
f530bdf721
2 changed files with 10 additions and 1 deletions
|
@ -1,6 +1,15 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
Changelog for NeoFS Contract
|
Changelog for NeoFS Contract
|
||||||
|
|
||||||
|
## [0.14.1] - 2022-01-24
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Remove migration routine for reputation contract update (#220)
|
||||||
|
- Remove version check for subnet contract update (#220)
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Append version to `Update` arguments for subnet contract (#220)
|
||||||
|
|
||||||
## [0.14.0] - 2022-01-14 - Geojedo (거제도, 巨濟島)
|
## [0.14.0] - 2022-01-14 - Geojedo (거제도, 巨濟島)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
|
@ -5,7 +5,7 @@ import "github.com/nspcc-dev/neo-go/pkg/interop/native/std"
|
||||||
const (
|
const (
|
||||||
major = 0
|
major = 0
|
||||||
minor = 14
|
minor = 14
|
||||||
patch = 0
|
patch = 1
|
||||||
|
|
||||||
// Versions from which an update should be performed.
|
// 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
|
// These should be used in a group (so prevMinor can be equal to minor if there are
|
||||||
|
|
Loading…
Reference in a new issue