diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c47a13c8..20af6aca 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.32.3" + ".": "0.32.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 15d12c40..8e4919cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.32.4](https://github.com/fclairamb/ftpserverlib/compare/v0.32.3...v0.32.4) (2026-08-17) + + +### Bug Fixes + +* **deps:** update module github.com/stretchr/testify to v1.12.0 ([#664](https://github.com/fclairamb/ftpserverlib/issues/664)) ([2adac1d](https://github.com/fclairamb/ftpserverlib/commit/2adac1dc69d677cd4a31a3a9bf901f81823d14bc)) + ## [0.32.3](https://github.com/fclairamb/ftpserverlib/compare/v0.32.2...v0.32.3) (2026-08-09)