chore: v3.1.12-0
[poolifier.git] / CHANGELOG.md
index 188ce7a3ba265e6f70fba47df59e5a33f04809f5..18ac1504d5d0930a34efa31f144a6caee7b073e5 100644 (file)
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [3.1.12-0] - 2023-12-27
+
+### 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.
+
 ## [3.1.10] - 2023-12-23
 
 ### Changed