diff --git a/CHANGELOG.md b/CHANGELOG.md index 90a9811..819d6a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All relevant changes in `mateusjunges/laravel-trackable-jobs` will be documented here. +### [v1.5.2 (2022-08-05)](https://github.com/mateusjunges/trackable-jobs-for-laravel/compare/1.5.1...v1.5.2) +### Fixed +- Fixed jobs being marked as failed without attempting any retries on [#36](https://github.com/mateusjunges/trackable-jobs-for-laravel/pull/36) by @DimaVIII + ### [v1.5.1 (2022-06-02)](https://github.com/mateusjunges/trackable-jobs-for-laravel/compare/1.5.0...v1.5.1) ### Fixed - Fixed Trackable to respect custom morph map [(#29)](https://github.com/mateusjunges/trackable-jobs-for-laravel/issues/29)