From 5ff1df285b2856b9cdf25be03f15454fbe3d7f9f Mon Sep 17 00:00:00 2001 From: Pavel Karpy Date: Mon, 1 Aug 2022 20:55:21 +0300 Subject: [PATCH] Release v0.30.2 Signed-off-by: Pavel Karpy --- CHANGELOG.md | 8 +++++++- VERSION | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c81e99f48..c5fb64d0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,11 @@ Change `morph.endpoint.client` priority values using the following rule: the higher the priority the lower the value (non-specified or `0` values are interpreted as the highest priority -- `1`). +## [0.30.2] - 2022-08-01 + +### Added +- `EACL_NOT_FOUND` status code support (#1645). + ## [0.30.1] - 2022-07-29 ### Fixed @@ -1216,7 +1221,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.30.1...support/v0.30 +[Unreleased]: https://github.com/nspcc-dev/neofs-node/compare/v0.30.2...support/v0.30 +[0.30.2]: https://github.com/nspcc-dev/neofs-node/compare/v0.30.1...v0.30.2 [0.30.1]: https://github.com/nspcc-dev/neofs-node/compare/v0.30.0...v0.30.1 [0.30.0]: https://github.com/nspcc-dev/neofs-node/compare/v0.29.0...v0.30.0 [0.29.0]: https://github.com/nspcc-dev/neofs-node/compare/v0.28.3...v0.29.0 diff --git a/VERSION b/VERSION index c173e42d7..d1b3cf04c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.30.1 +v0.30.2