X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=CHANGELOG.md;h=56ca0d250a0104ff6d551f6e03ec0500899f20a2;hb=e553964e607db2d8a5e2b908ac289dab68a78bb2;hp=0c497620c06430b50afcf32f658c6ef3cfd58da4;hpb=3e64590307d11472e11fb501d3634eab41926d91;p=poolifier.git diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c497620..56ca0d25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.0.5] - 2024-05-09 + ### Fixed - Avoid queued tasks redistribution on the errored worker node.