File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,11 @@ Changelog for NeoFS Contract
13
13
14
14
### Updating from v0.19.0
15
15
16
+ ## [ 0.19.1] - 2023-11-28
17
+
18
+ ### Fixed
19
+ - Version to 0.19.1 (#376 )
20
+
16
21
## [ 0.19.0] - 2023-11-28
17
22
18
23
### Added
@@ -479,7 +484,8 @@ Preview4-testnet version of NeoFS contracts.
479
484
480
485
Preview4 compatible contracts.
481
486
482
- [ Unreleased ] : https://github.com/nspcc-dev/neofs-contract/compare/v0.19.0...master
487
+ [ Unreleased ] : https://github.com/nspcc-dev/neofs-contract/compare/v0.19.1...master
488
+ [ 0.19.1 ] : https://github.com/nspcc-dev/neofs-contract/compare/v0.19.0...v0.19.1
483
489
[ 0.19.0 ] : https://github.com/nspcc-dev/neofs-contract/compare/v0.18.0...v0.19.0
484
490
[ 0.18.0 ] : https://github.com/nspcc-dev/neofs-contract/compare/v0.17.0...v0.18.0
485
491
[ 0.17.0 ] : https://github.com/nspcc-dev/neofs-contract/compare/v0.16.0...v0.17.0
Original file line number Diff line number Diff line change 1
- v0.18.0
1
+ v0.19.1
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ import "github.com/nspcc-dev/neo-go/pkg/interop/native/std"
4
4
5
5
const (
6
6
major = 0
7
- minor = 18
8
- patch = 0
7
+ minor = 19
8
+ patch = 1
9
9
10
10
// Versions from which an update should be performed.
11
11
// These should be used in a group (so prevMinor can be equal to minor if there are
You can’t perform that action at this time.
0 commit comments