From ac27c7d6fe268d3124c0c5df35b3f02672bc794e Mon Sep 17 00:00:00 2001 From: Roman Khimov Date: Thu, 13 Jun 2024 16:44:28 +0300 Subject: [PATCH 1/2] CHANGELOG: fix mint-balance entry, it's post-0.42.0 Signed-off-by: Roman Khimov --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f424e9344..55bb083ee7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ Changelog for NeoFS Node ## [Unreleased] ### Added +- "morph mint-balance" command to neofs-adm (#2867) ### Fixed - Unenforced IR `morph.consensus.p2p.peers.min` config default (#2856) @@ -25,7 +26,6 @@ while other changes are minor it's still an important update. ### Added - "storage list" command to neofs-lens (#2852) -- "morph mint-balance" command to neofs-adm (#2867) ### Fixed - GETRANGE request may fail in certain cases (#2849) From 06eb72fdc3c35ab1a7ae61c2d1554e9bf751c217 Mon Sep 17 00:00:00 2001 From: Roman Khimov Date: Thu, 13 Jun 2024 16:47:25 +0300 Subject: [PATCH 2/2] CHANGELOG: release 0.42.1 Signed-off-by: Roman Khimov --- CHANGELOG.md | 23 +++++++++++++++++------ VERSION | 2 +- 2 files changed, 18 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55bb083ee7..749517baea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,20 +4,30 @@ Changelog for NeoFS Node ## [Unreleased] ### Added -- "morph mint-balance" command to neofs-adm (#2867) ### Fixed -- Unenforced IR `morph.consensus.p2p.peers.min` config default (#2856) -- Object parts do not expire (#2858) ### Changed ### Removed ### Updated -- NeoGo dependency to 0.106.2 (#2869) -### Updating from v0.42.0 +### Updating from v0.42.1 + +## [0.42.1] - 2024-06-13 + +A tiny update that adds compatibility with the Neo N3 Domovoi hardfork. + +### Added +- "morph mint-balance" command to neofs-adm (#2867) + +### Fixed +- Unenforced IR `morph.consensus.p2p.peers.min` config default (#2856) +- Object parts do not expire (#2858) + +### Updated +- NeoGo dependency to 0.106.2 (#2869) ## [0.42.0] - 2024-05-22 - Dokdo @@ -2032,7 +2042,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.42.0...master +[Unreleased]: https://github.com/nspcc-dev/neofs-node/compare/v0.42.1...master +[0.42.1]: https://github.com/nspcc-dev/neofs-node/compare/v0.42.0...v0.42.1 [0.42.0]: https://github.com/nspcc-dev/neofs-node/compare/v0.41.1...v0.42.0 [0.41.1]: https://github.com/nspcc-dev/neofs-node/compare/v0.41.0...v0.41.1 [0.41.0]: https://github.com/nspcc-dev/neofs-node/compare/v0.40.1...v0.41.0 diff --git a/VERSION b/VERSION index 787ffc30a8..339fd080af 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.42.0 +0.42.1