From 3f599f6bc21928c8eb4af3333a7dac9dc0eb9544 Mon Sep 17 00:00:00 2001 From: Roman Loginov Date: Fri, 13 Dec 2024 10:31:28 +0300 Subject: [PATCH] Release v0.31.2 Signed-off-by: Roman Loginov --- CHANGELOG.md | 16 ++++++++++++++-- VERSION | 2 +- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a6a911a..e2740b79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ This document outlines major changes between releases. ## [Unreleased] +## [0.31.2] - 2024-12-13 + +### Fixed +- Unable to remove EC object (#576) + ## [0.31.1] - 2024-11-28 ### Fixed @@ -62,6 +67,11 @@ This document outlines major changes between releases. ### Removed - Reduce using mutex when update app settings (#329) +## [0.30.9] - 2024-12-13 + +### Fixed +- Unable to remove EC object (#576) + ## [0.30.8] - 2024-10-18 ### Fixed @@ -347,6 +357,8 @@ To see CHANGELOG for older versions, refer to https://github.com/nspcc-dev/neofs [0.30.6]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.30.5...v0.30.6 [0.30.7]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.30.6...v0.30.7 [0.30.8]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.30.7...v0.30.8 -[0.31.0]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.30.8...v0.31.0 +[0.30.9]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.30.8...v0.30.9 +[0.31.0]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.30.9...v0.31.0 [0.31.1]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.31.0...v0.31.1 -[Unreleased]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.31.1...master \ No newline at end of file +[0.31.2]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.31.1...v0.31.2 +[Unreleased]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.31.2...master \ No newline at end of file diff --git a/VERSION b/VERSION index 5affb131..c11797e1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.31.1 +v0.31.2