diff --git a/CHANGELOG.md b/CHANGELOG.md index e80fce9..1039db6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.1.0](https://github.com/ForestAdmin/laravel-forestadmin/compare/v3.0.2...v3.1.0) (2024-08-12) + + +### Features + +* **onboard:** laravel 11 compatibily ([#87](https://github.com/ForestAdmin/laravel-forestadmin/issues/87)) ([957aa8b](https://github.com/ForestAdmin/laravel-forestadmin/commit/957aa8b7aef27dca6db079f33154ff9246d0b139)), closes [#86](https://github.com/ForestAdmin/laravel-forestadmin/issues/86) + ## [3.0.2](https://github.com/ForestAdmin/laravel-forestadmin/compare/v3.0.1...v3.0.2) (2024-07-31) diff --git a/composer.json b/composer.json index 58a97ae..48f8699 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "forestadmin/laravel-forestadmin", - "version": "3.0.2", + "version": "3.1.0", "description": "Forest Admin provides an off-the-shelf administration panel based on a highly-extensible API plugged into your application.", "type": "library", "license": "GPL-3.0-or-later", diff --git a/package.json b/package.json index f0feabc..7477767 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "laravel-forestadmin", - "version": "3.0.2", + "version": "3.1.0", "description": "The official Laravel liana for Forest.", "scripts": { "prepare": "husky install",