From a8c7f9a414efc3a1407b3b154d2b6bc3f4bb4e5c Mon Sep 17 00:00:00 2001 From: Roman Khimov Date: Wed, 13 Sep 2023 09:24:56 +0300 Subject: [PATCH] CHANGELOG: release 0.27.5 Signed-off-by: Roman Khimov --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b6b82c..09e956f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ This document outlines major changes between releases. ## [Unreleased] +## [0.27.5] - 2023-09-13 + +### Fixed +- SDK updated to fix node health management issues and count statistics more appropriately (#273) + ## [0.27.4] - 2023-09-08 ### Fixed @@ -321,4 +326,5 @@ releases. [0.27.2]: https://github.com/nspcc-dev/neofs-http-gw/compare/v0.27.1...v0.27.2 [0.27.3]: https://github.com/nspcc-dev/neofs-http-gw/compare/v0.27.2...v0.27.3 [0.27.4]: https://github.com/nspcc-dev/neofs-http-gw/compare/v0.27.3...v0.27.4 -[Unreleased]: https://github.com/nspcc-dev/neofs-http-gw/compare/v0.27.4...master +[0.27.5]: https://github.com/nspcc-dev/neofs-http-gw/compare/v0.27.4...v0.27.5 +[Unreleased]: https://github.com/nspcc-dev/neofs-http-gw/compare/v0.27.5...master