## [Unreleased]
+## [2.6.8] - 2023-07-03
+
### Fixed
- Brown paper bag release to fix version handling in pool information.
{
"name": "poolifier",
- "version": "2.6.7",
+ "version": "2.6.8",
"description": "A fast, easy to use Node.js Worker Thread Pool and Cluster Pool implementation",
"license": "MIT",
"main": "./lib/index.js",
sonar.organization=pioardi
sonar.javascript.lcov.reportPaths=coverage/lcov.info
sonar.projectName=poolifier
-sonar.projectVersion=2.6.7
+sonar.projectVersion=2.6.8
sonar.host.url=https://sonarcloud.io
sonar.sources=src
sonar.tests=tests
-export const version = '2.6.7'
+export const version = '2.6.8'