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