diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f14d53..04b60f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ This document outlines major changes between releases. ## [Unreleased] +## [0.30.2] - 2024-09-03 + +### Added +- Fuzzing tests (#135) + ## [0.30.1] - 2024-08-20 ### Fixed @@ -129,4 +134,5 @@ To see CHANGELOG for older versions, refer to https://github.com/nspcc-dev/neofs [0.29.0]: https://git.frostfs.info/TrueCloudLab/frostfs-http-gw/compare/v0.28.1...v0.29.0 [0.30.0]: https://git.frostfs.info/TrueCloudLab/frostfs-http-gw/compare/v0.29.0...v0.30.0 [0.30.1]: https://git.frostfs.info/TrueCloudLab/frostfs-http-gw/compare/v0.30.0...v0.30.1 -[Unreleased]: https://git.frostfs.info/TrueCloudLab/frostfs-http-gw/compare/v0.30.1...master +[0.30.2]: https://git.frostfs.info/TrueCloudLab/frostfs-http-gw/compare/v0.30.1...v0.30.2 +[Unreleased]: https://git.frostfs.info/TrueCloudLab/frostfs-http-gw/compare/v0.30.2...master diff --git a/VERSION b/VERSION index c173e42..d1b3cf0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.30.1 +v0.30.2