From d3224b992be37830a597314867d170910b984062 Mon Sep 17 00:00:00 2001 From: Vincent Wong Date: Sun, 26 Jan 2025 21:03:14 +0800 Subject: [PATCH] Bump version --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f39e83..a07dad3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ Note: you may refer to `README.md` for description of features. ## Dev (WIP) + +## 0.3.0 (2025-01-26) - Task IDs can be given to tasks (generated or not) (https://github.com/Vectorial1024/laravel-process-async/issues/5) - Updated to use `opis/closure` 4.0 for task details serialization (https://github.com/Vectorial1024/laravel-process-async/issues/12) - Technically a breaking internal change, but no code change expected and downtime is expected to be almost negligible