diff --git a/CHANGELOG.md b/CHANGELOG.md index c9a7f6a..5ed962b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog Changelog for NeoFS Contract +## [0.13.2] - 2021-12-14 + +### Fixed +- Reputation contract migration (#201) + ## [0.13.1] - 2021-12-08 ### Fixed @@ -289,6 +294,7 @@ Preview4-testnet version of NeoFS contracts. Preview4 compatible contracts. +[0.13.2]: https://github.com/nspcc-dev/neofs-contract/compare/v0.13.1...v0.13.2 [0.13.1]: https://github.com/nspcc-dev/neofs-contract/compare/v0.13.0...v0.13.1 [0.13.0]: https://github.com/nspcc-dev/neofs-contract/compare/v0.12.2...v0.13.0 [0.12.2]: https://github.com/nspcc-dev/neofs-contract/compare/v0.12.1...v0.12.2 diff --git a/common/version.go b/common/version.go index b600418..87dc1be 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 = 13 - patch = 1 + patch = 2 // 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