Skip to content

Commit

Permalink
Release v0.14.1
Browse files Browse the repository at this point in the history
Signed-off-by: Evgenii Stratonikov <[email protected]>
  • Loading branch information
fyrchik committed Jan 24, 2022
1 parent 616ada0 commit 4ae2b40
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion common/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4ae2b40

Please sign in to comment.