diff --git a/CHANGELOG.md b/CHANGELOG.md index fd3c859..bb299ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ All notable changes to `laravel-signal-aware-command` will be documented in this file. +## 1.3.0 - 2023-01-14 + +### What's Changed + +- Update .gitattributes by @fredsal in https://github.com/spatie/laravel-signal-aware-command/pull/7 +- Migrate to PHP-CS-Fixer 3.x by @erikn69 in https://github.com/spatie/laravel-signal-aware-command/pull/9 +- PHP 8.2 Build by @erikn69 in https://github.com/spatie/laravel-signal-aware-command/pull/8 +- Refactor tests to Pest by @alexmanase in https://github.com/spatie/laravel-signal-aware-command/pull/10 +- Fix badges by @erikn69 in https://github.com/spatie/laravel-signal-aware-command/pull/12 +- Laravel 10.x support by @erikn69 in https://github.com/spatie/laravel-signal-aware-command/pull/11 + +### New Contributors + +- @fredsal made their first contribution in https://github.com/spatie/laravel-signal-aware-command/pull/7 +- @erikn69 made their first contribution in https://github.com/spatie/laravel-signal-aware-command/pull/9 +- @alexmanase made their first contribution in https://github.com/spatie/laravel-signal-aware-command/pull/10 + +**Full Changelog**: https://github.com/spatie/laravel-signal-aware-command/compare/1.2.0...1.3.0 + ## 1.2.0 - 2022-01-12 Support Laravel 9