diff --git a/CHANGELOG.md b/CHANGELOG.md index 465812fc3..388c65f22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,22 @@ This document outlines major changes between releases. ## [Unreleased] +## [0.32.1] - 2025-01-17 + +### Fixed +- Response codes when checking ACL format (#531) +- CORS unmarshal without xmlns (#594) +- Response code for invalid Content-Md5 header (#598) + ### Added +- Derive encryption keys for accessbox with salt (#529) +- Debug log when bucket settings not found (#595) +- Context cancellation during tree node streaming (#569) - Add LimitExceeded error (#589) +### Changed +- Docker image repository (#590, #587) + ## [0.32.0] - Khumbu - 2024-12-20 ### Added @@ -386,4 +399,5 @@ To see CHANGELOG for older versions, refer to https://github.com/nspcc-dev/neofs [0.31.2]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.31.1...v0.31.2 [0.31.3]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.31.2...v0.31.3 [0.32.0]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.31.3...v0.32.0 -[Unreleased]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.32.0...master \ No newline at end of file +[0.32.1]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.32.0...v0.32.1 +[Unreleased]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.32.1...master \ No newline at end of file diff --git a/VERSION b/VERSION index 420000f95..0e22fdea1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.32.0 +v0.32.1