diff --git a/CHANGELOG.md b/CHANGELOG.md index 7663db33..552fb042 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/VERSION b/VERSION index a86d3df7..3a7f17e4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.18.0 +v0.19.1 diff --git a/common/version.go b/common/version.go index e695d2af..f8b75e4f 100644 --- a/common/version.go +++ b/common/version.go @@ -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