diff --git a/CHANGELOG.md b/CHANGELOG.md index fcf52eb..66d9de8 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 +[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.7...master diff --git a/VERSION b/VERSION index f78ea5d..7ab0d6b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.30.7 +v0.30.8