diff --git a/CHANGELOG.md b/CHANGELOG.md index 85f5bed..1a6d2c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ This document outlines major changes between releases. ## [Unreleased] +## [0.29.3] - 2024-07-19 + +### Fixed +- Support tree split environment when multiple nodes + may be part of the same sub path (#431) +- Collision of multipart name and system data in the tree (#431) +- Workaround for removal of multiple null versions in unversioned bucket (#431) + ## [0.29.2] - 2024-07-03 ### Fixed @@ -190,4 +198,5 @@ To see CHANGELOG for older versions, refer to https://github.com/nspcc-dev/neofs [0.29.0]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.28.2...v0.29.0 [0.29.1]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.29.0...v0.29.1 [0.29.2]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.29.1...v0.29.2 -[Unreleased]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.29.2...master +[0.29.3]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.29.2...v0.29.3 +[Unreleased]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.29.3...master diff --git a/VERSION b/VERSION index 678c94d..96d68bf 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.29.2 +v0.29.3 \ No newline at end of file