diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 20af6aca..f9a5c05b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.32.4" + ".": "0.32.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 83772366..388bcfa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.32.5](https://github.com/fclairamb/ftpserverlib/compare/v0.32.4...v0.32.5) (2026-09-17) + + +### Bug Fixes + +* update golang.org/x/sys to v0.48.0 and bump CI Go matrix to 1.26/1.27 ([#675](https://github.com/fclairamb/ftpserverlib/issues/675)) ([33fed17](https://github.com/fclairamb/ftpserverlib/commit/33fed17dcbe9cb93b929411847e166d510d8ee26)) + ## [0.32.4](https://github.com/fclairamb/ftpserverlib/compare/v0.32.3...v0.32.4) (2026-09-01)