diff --git a/CHANGELOG.md b/CHANGELOG.md index 7660da8..e1c20a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.0.1](https://github.com/ForestAdmin/laravel-forestadmin/compare/v3.0.0...v3.0.1) (2024-02-15) + + +### Bug Fixes + +* **onboarding:** the installation command publishes the agent initialisation file ([#83](https://github.com/ForestAdmin/laravel-forestadmin/issues/83)) ([17fb6dd](https://github.com/ForestAdmin/laravel-forestadmin/commit/17fb6dd6760bb41cc09baf01b01aae8f90bef196)) + # [3.0.0](https://github.com/ForestAdmin/laravel-forestadmin/compare/v2.1.2...v3.0.0) (2024-01-16) diff --git a/composer.json b/composer.json index e72ecaa..7528d54 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "forestadmin/laravel-forestadmin", - "version": "3.0.0", + "version": "3.0.1", "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 f4e075e..3fa9f3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "laravel-forestadmin", - "version": "3.0.0", + "version": "3.0.1", "description": "The official Laravel liana for Forest.", "scripts": { "prepare": "husky install",