Skip to content

Commit 05f0278

Browse files
authored
version: update to v0.19.1 (#376)
version: update to v0.19.1
2 parents 57f8a62 + 53ca6a9 commit 05f0278

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ Changelog for NeoFS Contract
1313

1414
### Updating from v0.19.0
1515

16+
## [0.19.1] - 2023-11-28
17+
18+
### Fixed
19+
- Version to 0.19.1 (#376)
20+
1621
## [0.19.0] - 2023-11-28
1722

1823
### Added
@@ -479,7 +484,8 @@ Preview4-testnet version of NeoFS contracts.
479484

480485
Preview4 compatible contracts.
481486

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
483489
[0.19.0]: https://github.com/nspcc-dev/neofs-contract/compare/v0.18.0...v0.19.0
484490
[0.18.0]: https://github.com/nspcc-dev/neofs-contract/compare/v0.17.0...v0.18.0
485491
[0.17.0]: https://github.com/nspcc-dev/neofs-contract/compare/v0.16.0...v0.17.0

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.18.0
1+
v0.19.1

common/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import "github.com/nspcc-dev/neo-go/pkg/interop/native/std"
44

55
const (
66
major = 0
7-
minor = 18
8-
patch = 0
7+
minor = 19
8+
patch = 1
99

1010
// Versions from which an update should be performed.
1111
// These should be used in a group (so prevMinor can be equal to minor if there are

0 commit comments

Comments
 (0)