diff --git a/CHANGELOG.md b/CHANGELOG.md index f161aa8..bb5da5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [2.7.0] - 2023-01-11 +## 2.8.0 - 2024-03-05 + +### Added +- Add support for Laravel 11 ([#32](https://github.com/nunomaduro/laravel-desktop-notifier/pull/32)) + +## 2.7.0 - 2023-01-11 ### Added - Add support for Laravel 10 @@ -12,19 +17,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Removed - Remove support for PHP `<8.1` -## [2.6.0] - 2022-01-13 +## 2.6.0 - 2022-01-13 ### Added - Laravel 9 support -## [2.5.1] - 2020-10-30 +## 2.5.1 - 2020-10-30 ### Changed - Update minimum Illuminate component versions for PHP 8 ([#23](https://github.com/nunomaduro/laravel-desktop-notifier/pull/23)) -## [2.5.0] - 2020-10-30 +## 2.5.0 - 2020-10-30 ### Added - Add support for PHP 8 ([#21](https://github.com/nunomaduro/laravel-desktop-notifier/pull/21)) -## [2.4.0] - 2020-09-01 +## 2.4.0 - 2020-09-01 ### Added - Support for Laravel 8 @@ -32,49 +37,49 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Support for PHP <7.2.5 - Support for Laravel 5 -## [2.3.0] - 2020-01-15 +## 2.3.0 - 2020-01-15 ### Added - Support to Laravel 7 -## [2.2.0] - 2019-08-04 +## 2.2.0 - 2019-08-04 ### Added - Support to Laravel 6 -## [2.1.0] - 2019-01-23 +## 2.1.0 - 2019-01-23 ### Added - Support to Laravel 5.8. -## [2.0.5] - 2018-08-27 +## 2.0.5 - 2018-08-27 ### Added - Support to Laravel 5.7. -## [2.0.4] - 2018-05-08 +## 2.0.4 - 2018-05-08 ### Changed - Use semver caret operator on `composer.json`. -## [2.0.3] - 2018-02-26 +## 2.0.3 - 2018-02-26 ### Added - Fixes `Undefined property` on macro -## [2.0.0] - 2018-02-16 +## 2.0.0 - 2018-02-16 ### Added - Support to Laravel 5.6 ### Removed - Trait `Notifications`. -## [1.3.0] - 2017-08-30 +## 1.3.0 - 2017-08-30 ### Added - Bumps Laravel version -## [1.2.0] - 2017-07-22 +## 1.2.0 - 2017-07-22 ### Added - Adds Notifier Facade -## [1.1.2] - 2017-06-27 +## 1.1.2 - 2017-06-27 ### Fixed - Fixed service provider namespace on readme ([#4](https://github.com/nunomaduro/laravel-desktop-notifier/pull/4)) -## [1.0.0] - 2017-06-18 +## 1.0.0 - 2017-06-18 ### Added - First release