# Changelog

All notable changes to `laravel-signal-aware-command` will be documented in this file.

## 2.0.1 - 2025-02-05

### What's Changed

* Fix implicitly nullable deprecation with PHP 8.4 by @xHeaven in https://github.com/spatie/laravel-signal-aware-command/pull/15

### New Contributors

* @xHeaven made their first contribution in https://github.com/spatie/laravel-signal-aware-command/pull/15

**Full Changelog**: https://github.com/spatie/laravel-signal-aware-command/compare/2.0.0...2.0.1

## 2.0.0 - 2024-02-05

### What's Changed

* Update .gitattributes by @parallels999 in https://github.com/spatie/laravel-signal-aware-command/pull/13
* Add Support for Laravel 11 and drop Support for Laravel 8, 9, 10 by @stefanzweifel in https://github.com/spatie/laravel-signal-aware-command/pull/14

### New Contributors

* @parallels999 made their first contribution in https://github.com/spatie/laravel-signal-aware-command/pull/13
* @stefanzweifel made their first contribution in https://github.com/spatie/laravel-signal-aware-command/pull/14

**Full Changelog**: https://github.com/spatie/laravel-signal-aware-command/compare/1.3.0...2.0.0

## 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

## 1.1.1 - 2021-04-14

- fix facade name

## 1.1.0 - 2021-04-05

- add ability to clear handlers

## 1.0.0 - 2021-04-04

- initial release
