chore: v4.0.0
[poolifier.git] / CHANGELOG.md
index fad95b95b21555d1ede62e6febd7a30b29958046..e9d570eb2bdc15dc0b287f7c4f9ac6d9e7a2411a 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [4.0.0] - 2024-04-30
+
 ### Changed
 
 - Support per task function(s) priority and worker choice strategy definition via a task function object: `{ taskFunction: (data?: Data) => Response | Promise<Response>, priority?: number, strategy?: WorkerChoiceStrategy }`.