diff --git a/CHANGELOG.md b/CHANGELOG.md index f1eb807..7073487 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog 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 (거제도, 巨濟島) ### Fixed diff --git a/common/version.go b/common/version.go index 638fdeb..9168ad3 100644 --- a/common/version.go +++ b/common/version.go @@ -5,7 +5,7 @@ import "github.com/nspcc-dev/neo-go/pkg/interop/native/std" const ( major = 0 minor = 14 - patch = 0 + patch = 1 // 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