From 4a40a4cb8a0191a222db4b50ddddb8c1c6b9e0bd Mon Sep 17 00:00:00 2001 From: Denis Kirillov Date: Thu, 3 Oct 2024 15:14:31 +0300 Subject: [PATCH] Release v0.30.7 Signed-off-by: Denis Kirillov --- CHANGELOG.md | 9 ++++++++- VERSION | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9ae237..fcf52eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ This document outlines major changes between releases. ## [Unreleased] +## [0.30.7] - 2024-10-03 + +### Fixed +- Correct aws-chunk encoding size handling (#511) + + ## [0.30.6] - 2024-09-17 ### Fixed @@ -276,4 +282,5 @@ To see CHANGELOG for older versions, refer to https://github.com/nspcc-dev/neofs [0.30.4]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.30.3...v0.30.4 [0.30.5]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.30.4...v0.30.5 [0.30.6]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.30.5...v0.30.6 -[Unreleased]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.30.6...master +[0.30.7]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.30.6...v0.30.7 +[Unreleased]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.30.7...master diff --git a/VERSION b/VERSION index 85437fb..f78ea5d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.30.5 +v0.30.7