From 92ee430dc63196dbbeed512547a2238adecee15d Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Wed, 5 Feb 2025 10:55:53 +0300 Subject: [PATCH] Release v0.32.6 Signed-off-by: Alex Vanin --- CHANGELOG.md | 9 ++++++++- VERSION | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 112ffbf1..201bce2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ This document outlines major changes between releases. ## [Unreleased] +## [0.32.6] - 2025-02-05 + +### Fixed +- Connection leak when `feature.tree_pool_netmap_support` is enabled. + ## [0.32.5] - 2025-02-04 ### Fixed @@ -424,4 +429,6 @@ To see CHANGELOG for older versions, refer to https://github.com/nspcc-dev/neofs [0.32.2]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.32.1...v0.32.2 [0.32.3]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.32.2...v0.32.3 [0.32.4]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.32.3...v0.32.4 -[Unreleased]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.32.4...master \ No newline at end of file +[0.32.5]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.32.4...v0.32.5 +[0.32.6]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.32.5...v0.32.6 +[Unreleased]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.32.5...master \ No newline at end of file diff --git a/VERSION b/VERSION index 1282a492..3b3426d5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.32.5 +v0.32.6