From eaa29b552307c4866bfc40f33f440ee78a9ac9ec Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 26 Feb 2019 17:11:35 +0100 Subject: [PATCH] Add changelog --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b907d88 --- /dev/null +++ b/CHANGELOG.md @@ -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))