diff --git a/CHANGELOG.md b/CHANGELOG.md index 475a11f..36d894c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Release Notes -## [Unreleased](https://github.com/markwalet/nova-modal-response/compare/v0.2.2...master) +## [Unreleased](https://github.com/markwalet/nova-modal-response/compare/v0.3.0...master) + +## [v0.3.0 (2024-03-13)](https://github.com/markwalet/nova-modal-response/compare/v0.2.2...v0.3.0) + +### Added +- Added Laravel 11 support ## [v0.2.2 (2024-02-27)](https://github.com/markwalet/nova-modal-response/compare/v0.2.1...v0.2.2) diff --git a/composer.json b/composer.json index 9a54c9a..01baea2 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "license": "MIT", "require": { "php": "^7.4||^8.0", - "laravel/framework": "^9.0|^10.0", + "laravel/framework": "^9.0|^10.0|^11.0", "laravel/nova": "^4.0" }, "autoload": {