From 15bc7d7c3ec5d1815f26bb45a7399a5129d51c34 Mon Sep 17 00:00:00 2001 From: Roman Khimov Date: Wed, 18 Feb 2026 17:23:45 +0300 Subject: [PATCH] CHANGELOG: release 0.51.1 Signed-off-by: Roman Khimov --- CHANGELOG.md | 21 ++++++++++++++++----- VERSION | 2 +- 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9eb119992..83e4a90241 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,20 @@ Changelog for NeoFS Node ## [Unreleased] +### Added + +### Fixed + +### Changed + +### Removed + +### Updated + +### Updating from v0.51.1 + +## [0.51.1] - 2026-02-18 + ### Added - `neofs-cli container policy check` command (#3790) - `neofs-adm mainchain update` command (#3799, #3811) @@ -21,14 +35,10 @@ Changelog for NeoFS Node - SN retries notary requests if `insufficient amount of gas` error appears (#3739) - Speed up metabase resync by using batch operations (#3804) -### Removed - ### Updated - NeoGo dependency to 0.117.0 (#3829) - neofs-contracts to 0.26.1 (#3832) -### Updating from v0.51.0 - ## [0.51.0] - 2026-02-04 - Chudo A number of important protocol updates are delivered with this release including @@ -2869,7 +2879,8 @@ NeoFS-API v2.0 support and updated brand-new storage node application. First public review release. -[Unreleased]: https://github.com/nspcc-dev/neofs-node/compare/v0.51.0...master +[Unreleased]: https://github.com/nspcc-dev/neofs-node/compare/v0.51.1...master +[0.51.1]: https://github.com/nspcc-dev/neofs-node/compare/v0.51.0...v0.51.1 [0.51.0]: https://github.com/nspcc-dev/neofs-node/compare/v0.50.2...v0.51.0 [0.50.2]: https://github.com/nspcc-dev/neofs-node/compare/v0.50.1...v0.50.2 [0.50.1]: https://github.com/nspcc-dev/neofs-node/compare/v0.50.0...v0.50.1 diff --git a/VERSION b/VERSION index c5d4cee36a..1e0c609c97 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.51.0 +0.51.1