Skip to content

Commit

Permalink
Release 0.42.1 (#2870)
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-khimov committed Jun 13, 2024
2 parents b677faa + 06eb72f commit 450c4e5
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 @@ -6,17 +6,28 @@ Changelog for NeoFS Node
### Added

### 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 All @@ -25,7 +36,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)
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 450c4e5

Please sign in to comment.