Skip to content

Commit

Permalink
version: update to v0.19.1 (#376)
Browse files Browse the repository at this point in the history
version: update to v0.19.1
  • Loading branch information
roman-khimov authored Nov 28, 2023
2 parents 57f8a62 + 53ca6a9 commit 05f0278
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ Changelog for NeoFS Contract

### Updating from v0.19.0

## [0.19.1] - 2023-11-28

### Fixed
- Version to 0.19.1 (#376)

## [0.19.0] - 2023-11-28

### Added
Expand Down Expand Up @@ -479,7 +484,8 @@ Preview4-testnet version of NeoFS contracts.

Preview4 compatible contracts.

[Unreleased]: https://github.com/nspcc-dev/neofs-contract/compare/v0.19.0...master
[Unreleased]: https://github.com/nspcc-dev/neofs-contract/compare/v0.19.1...master
[0.19.1]: https://github.com/nspcc-dev/neofs-contract/compare/v0.19.0...v0.19.1
[0.19.0]: https://github.com/nspcc-dev/neofs-contract/compare/v0.18.0...v0.19.0
[0.18.0]: https://github.com/nspcc-dev/neofs-contract/compare/v0.17.0...v0.18.0
[0.17.0]: https://github.com/nspcc-dev/neofs-contract/compare/v0.16.0...v0.17.0
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.18.0
v0.19.1
4 changes: 2 additions & 2 deletions common/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import "github.com/nspcc-dev/neo-go/pkg/interop/native/std"

const (
major = 0
minor = 18
patch = 0
minor = 19
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 05f0278

Please sign in to comment.