## [Unreleased]
+## [3.1.7] - 2023-12-20
+
### Fixed
- Ensure worker choice strategies implementation wait for worker node readiness: [#1748](https://github.com/poolifier/poolifier/issues/1748).
{
"$schema": "https://json.schemastore.org/package",
"name": "poolifier",
- "version": "3.1.6",
+ "version": "3.1.7",
"description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
"license": "MIT",
"main": "./lib/index.js",
sonar.organization=poolifier
sonar.javascript.lcov.reportPaths=./coverage/lcov.info
sonar.projectName=poolifier
-sonar.projectVersion=3.1.6
+sonar.projectVersion=3.1.7
sonar.host.url=https://sonarcloud.io
sonar.sources=src
sonar.tests=tests
-export const version = '3.1.6'
+export const version = '3.1.7'