diff --git a/CHANGELOG.md b/CHANGELOG.md index 02b5137..6e72d6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ This document outlines major changes between releases. ## [Unreleased] +## [0.28.1] - 2024-01-24 + +### Added +- MD5 hash as ETag and response header (#205) +- Tree pool traversal limit (#262) + +### Updating from 0.28.0 + +See new `features.md5.enabled` and `frostfs.tree_pool_max_attempts` config +parameters. + ## [0.28.0] - Academy of Sciences - 2023-12-07 ### Fixed @@ -108,4 +119,5 @@ To see CHANGELOG for older versions, refer to https://github.com/nspcc-dev/neofs [0.27.0]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/b2148cc3...v0.27.0 [0.28.0]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.27.0...v0.28.0 -[Unreleased]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.28.0...master +[0.28.1]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.28.0...v0.28.1 +[Unreleased]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.28.1...master diff --git a/VERSION b/VERSION index 31950da..244df55 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.28.0 +v0.28.1