Skip to content

Commit

Permalink
CHANGELOG: release 0.40.1 (#2746)
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-khimov authored Feb 22, 2024
2 parents 732d7c5 + 8225802 commit 9756cc4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,21 @@ Changelog for NeoFS Node
### Added

### Fixed
- Inability to deploy contract with non-standard zone via neofs-adm (#2740)
- Container session token's `wildcard` field support (#2741)

### Changed

### Removed

### Updated

### Updating from v0.40.1

## [0.40.1] - 2024-02-22

### Fixed
- Inability to deploy contract with non-standard zone via neofs-adm (#2740)
- Container session token's `wildcard` field support (#2741)

### Updating from v0.40.0
We no longer provide .tag.gz binaries in releases, they always were just
duplicates, but if you're using them in some scripts please update to fetch
Expand Down Expand Up @@ -1908,7 +1914,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.40.0...master
[Unreleased]: https://github.com/nspcc-dev/neofs-node/compare/v0.40.1...master
[0.40.1]: https://github.com/nspcc-dev/neofs-node/compare/v0.40.0...v0.40.1
[0.40.0]: https://github.com/nspcc-dev/neofs-node/compare/v0.39.2...v0.40.0
[0.39.2]: https://github.com/nspcc-dev/neofs-node/compare/v0.39.1...v0.39.2
[0.39.1]: https://github.com/nspcc-dev/neofs-node/compare/v0.39.0...v0.39.1
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.40.0
0.40.1

0 comments on commit 9756cc4

Please sign in to comment.