Skip to content

Commit

Permalink
CHANGELOG: release 0.42.1
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Khimov <[email protected]>
  • Loading branch information
roman-khimov committed Jun 13, 2024
1 parent ac27c7d commit 06eb72f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
23 changes: 17 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.42.0
0.42.1

0 comments on commit 06eb72f

Please sign in to comment.