# Release Notes

## [Unreleased](https://github.com/laravel/slack-notification-channel/compare/v2.4.0...2.0)


## [v2.4.0 (2022-01-12)](https://github.com/laravel/slack-notification-channel/compare/v2.3.1...v2.4.0)

### Changed
- Laravel 9 Support ([#53](https://github.com/laravel/slack-notification-channel/pull/53))


## [v2.3.1 (2021-01-26)](https://github.com/laravel/slack-notification-channel/compare/v2.3.0...v2.3.1)

### Fixed
- Clarify `timestamp` method ([#47](https://github.com/laravel/slack-notification-channel/pull/47))


## [v2.3.0 (2020-11-03)](https://github.com/laravel/slack-notification-channel/compare/v2.2.0...v2.3.0)

### Added
- PHP 8.0 support ([#45](https://github.com/laravel/slack-notification-channel/pull/45))
- Add callback id for attachments ([#43](https://github.com/laravel/slack-notification-channel/pull/43))


## [v2.2.0 (2020-08-25)](https://github.com/laravel/slack-notification-channel/compare/v2.1.0...v2.2.0)

### Added
- Laravel 8 support ([#42](https://github.com/laravel/slack-notification-channel/pull/42))


## [v2.1.0 (2020-06-30)](https://github.com/laravel/slack-notification-channel/compare/v2.0.2...v2.1.0)

### Added
- Guzzle 7 support ([#36](https://github.com/laravel/slack-notification-channel/pull/36))


## [v2.0.2 (2019-08-27)](https://github.com/laravel/slack-notification-channel/compare/v2.0.1...v2.0.2)

### Changed
- Load Guzzle with dependency injection ([#21](https://github.com/laravel/slack-notification-channel/pull/21))


## [v2.0.1 (2019-07-30)](https://github.com/laravel/slack-notification-channel/compare/v2.0.0...v2.0.1)

### Changed
- Return Guzzle response ([#17](https://github.com/laravel/slack-notification-channel/pull/17))
- Update version constraints for Laravel 6.0 ([5cf3064](https://github.com/laravel/slack-notification-channel/commit/5cf3064da746d18bda60a9afcb4e42dca469bcfa))


## [v2.0.0 (2019-02-26)](https://github.com/laravel/slack-notification-channel/compare/v1.0.3...v2.0.0)

### Added
- Added support for Laravel 5.8 ([f97b057](https://github.com/laravel/slack-notification-channel/commit/f97b0572a44d6c1ae72745934bc917e9ae375875))

### Changed
- Use `Facade::resolved()` before extending channel ([#9](https://github.com/laravel/slack-notification-channel/pull/9))

### Removed
- Dropped support for Laravel 5.7 ([f97b057](https://github.com/laravel/slack-notification-channel/commit/f97b0572a44d6c1ae72745934bc917e9ae375875))
