diff --git a/CHANGELOG.md b/CHANGELOG.md index 6157a8b..21268ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] + +## [4.1.0] - 2023-01-20 + ### Added - BackgroundProcess#awaitSuccess() now returns a boolean indicating if the process finished or is still running diff --git a/haxelib.json b/haxelib.json index a34e694..9b86b6d 100644 --- a/haxelib.json +++ b/haxelib.json @@ -11,6 +11,6 @@ "description": "A haxelib with cross-platform concurrency functions and classes (thread-pool, task executor/scheduler, re-entrant lock, semaphore, atomic int/bool, thread-safe collections/queues)", "contributors": ["vegardit"], "releasenote": "See https://github.com/vegardit/haxe-concurrent/blob/main/CHANGELOG.md", - "version": "4.0.1", + "version": "4.1.0", "dependencies": { } }