refactor: cleanup exports
[poolifier.git] / CHANGELOG.md
index 91cf115fa07e0e8ab8442a204ea73545d74ac727..dac2f30c8affae28850d1e7df40d0d975e32331f 100644 (file)
@@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ### Added
 
+- Add pool `utilization` ratio to pool information.
+- Add worker information to worker nodes.
+
+## [2.6.6] - 2023-07-01
+
+### Added
+
 - Add safe helper `availableParallelism` to help sizing the pool.
 
 ### Fixed