build(deps): bump ws
[poolifier.git] / CHANGELOG.md
index 0511b41987444533fc61ab93fcfdc0f8be7afa17..9444be7adcabffca7b801e96cb3ea08421af915e 100644 (file)
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ### Fixed
 
+- Fix tasks redistribution triggers at pool destroying.
+
+## [3.1.11] - 2023-12-24
+
+### Fixed
+
 - Avoid worker node cross tasks stealing.
 - Ensure only half the pool worker nodes can steal tasks.