Skip to content

Commit

Permalink
Release v0.13.2
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Vanin <[email protected]>
  • Loading branch information
alexvanin committed Dec 14, 2021
1 parent 486e39d commit 8ea2c12
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
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 = 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
Expand Down

0 comments on commit 8ea2c12

Please sign in to comment.