diff --git a/CHANGELOG.md b/CHANGELOG.md index 819d6a8..ae63178 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All relevant changes in `mateusjunges/laravel-trackable-jobs` will be documented here. +### [v1.6.0 (2023-02-01)](https://github.com/mateusjunges/trackable-jobs-for-laravel/compare/1.5.2...v1.6.0) +- Add support for Laravel v10.x in [#41](https://github.com/mateusjunges/trackable-jobs-for-laravel/pull/41) +- Drop support for laravel 8 in [86bf9df](https://github.com/mateusjunges/trackable-jobs-for-laravel/commit/86bf9df6a364ab247cdae059764fe62d5a72118b) +- Drop support for PHP 7.4 in [86bf9df](https://github.com/mateusjunges/trackable-jobs-for-laravel/commit/86bf9df6a364ab247cdae059764fe62d5a72118b) + ### [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