From 092567a5a0bc07572453259fdc384fd9c69126c7 Mon Sep 17 00:00:00 2001 From: Denis Kirillov Date: Thu, 13 Feb 2025 16:33:37 +0300 Subject: [PATCH] Release v0.32.10 Signed-off-by: Denis Kirillov --- CHANGELOG.md | 8 +++++++- VERSION | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d75d9de..c827419c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ This document outlines major changes between releases. ## [Unreleased] +## [0.32.10] - 2025-02-14 + +### Fixed +- Chunk streaming empty body (#642) + ## [0.32.9] - 2025-02-12 ### Fixed @@ -452,4 +457,5 @@ To see CHANGELOG for older versions, refer to https://github.com/nspcc-dev/neofs [0.32.7]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.32.6...v0.32.7 [0.32.8]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.32.7...v0.32.8 [0.32.9]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.32.8...v0.32.9 -[Unreleased]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.32.9...master \ No newline at end of file +[0.32.10]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.32.9...v0.32.10 +[Unreleased]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.32.10...master \ No newline at end of file diff --git a/VERSION b/VERSION index bd2162b7..6889c10d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.32.9 +v0.32.10