-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9bb7c7e
commit eaa29b5
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Release Notes | ||
|
||
## [v2.0.0 (2019-02-26)](https://github.com/laravel/nexmo-notification-channel/compare/v1.0.1...v2.0.0) | ||
|
||
### Added | ||
- Added support for Laravel 5.8 ([9b9d340](https://github.com/laravel/nexmo-notification-channel/commit/9b9d34093654501faaf975565ab290527fbdd925)) | ||
|
||
### Changed | ||
- Use `Facade::resolved()` before extending channel ([#4](https://github.com/laravel/nexmo-notification-channel/pull/4)) | ||
|
||
### Removed | ||
- Dropped support for Laravel 5.7 ([9b9d340](https://github.com/laravel/nexmo-notification-channel/commit/9b9d34093654501faaf975565ab290527fbdd925)) |