## [Unreleased]
+## [2.6.23] - 2023-08-11
+
### Fixed
- Fix pool busyness semantic when tasks queueing is enabled: the pool is busy when the number of executing tasks on each worker has reached the maximum tasks concurrency per worker.
{
"$schema": "https://json.schemastore.org/package",
"name": "poolifier",
- "version": "2.6.22",
+ "version": "2.6.23",
"description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
"license": "MIT",
"main": "./lib/index.js",
sonar.organization=pioardi
sonar.javascript.lcov.reportPaths=coverage/lcov.info
sonar.projectName=poolifier
-sonar.projectVersion=2.6.22
+sonar.projectVersion=2.6.23
sonar.host.url=https://sonarcloud.io
sonar.sources=src
sonar.tests=tests
-export const version = '2.6.22'
+export const version = '2.6.23'