From d65708aeb7f1755b9735984fcdd95994812c79e6 Mon Sep 17 00:00:00 2001 From: Roman Khimov Date: Wed, 13 Sep 2023 10:33:11 +0300 Subject: [PATCH] CHANGELOG: release 0.28.2 Signed-off-by: Roman Khimov --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bec434aa..05d2493a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ This document outlines major changes between releases. ## [Unreleased] +## [0.28.2] - 2023-09-13 + +### Fixed +- Panic when creating some objects (#821) +- SDK updated to fix node health management issues and count statistics more appropriately (#823) + ## [0.28.1] - 2023-09-08 ### Updated @@ -469,4 +475,5 @@ releases. [0.27.1]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.27.0...v0.27.1 [0.28.0]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.27.1...v0.28.0 [0.28.1]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.28.0...v0.28.1 -[Unreleased]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.28.1...master +[0.28.2]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.28.1...v0.28.2 +[Unreleased]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.28.2...master