From d5ce1f4dc468b400efcc47b1980ba4707fb93e06 Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Fri, 18 Oct 2024 14:55:29 +0300 Subject: [PATCH] Release v0.30.8 Signed-off-by: Alex Vanin --- CHANGELOG.md | 8 +++++++- VERSION | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fcf52eb..dcde34f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ This document outlines major changes between releases. ## [Unreleased] +## [0.30.8] - 2024-10-18 + +### Fixed +- Error handling for correct connection switch in SDK Pool (#517) + ## [0.30.7] - 2024-10-03 ### Fixed @@ -283,4 +288,5 @@ To see CHANGELOG for older versions, refer to https://github.com/nspcc-dev/neofs [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 [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 +[0.30.8]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.30.7...v0.30.8 +[Unreleased]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.30.8...master diff --git a/VERSION b/VERSION index f78ea5d..7ab0d6b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.30.7 +v0.30.8