Skip to content

Commit

Permalink
[#251] Release v0.15.3
Browse files Browse the repository at this point in the history
Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
  • Loading branch information
fyrchik committed Jul 22, 2022
1 parent 9eb9a25 commit fbc63cf
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
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.15.3] - 2022-07-22

### Added
- Allow to build archive from source (#250)

### Changed
- Update neo-go to the latest version
- Use proper type for integer constants (#248)

## [0.15.2] - 2022-06-07

### Added
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.15.2
v0.15.3
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 = 15
patch = 2
patch = 3

// 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 fbc63cf

Please sign in to comment.