diff --git a/CHANGELOG-9.x.md b/CHANGELOG-9.x.md index 84f4b69..e6fccf9 100644 --- a/CHANGELOG-9.x.md +++ b/CHANGELOG-9.x.md @@ -2,6 +2,27 @@ This changelog references the relevant changes (bug and security fixes) done to `orchestra/workbench`. +## 9.10.0 + +Released: 2024-12-10 + +### Added + +* Add `sync-skeleton` and `purge-skeleton` recipe for `workbench:build` command. +* Set default `laravel` configuration to either `@testbench` or `@testbench-dusk` +* Added following classes to interacts with Composer: + - `Orchestra\Workbench\Actions\DumpComposerAutoloads` + - `Orchestra\Workbench\Actions\ModifyComposer` + +### Changes + +* `workbench:install` should suggest creating `.env.dusk` equivalent file when `orchestra/testbench-dusk` is installed. +* Refactor `workbench:install` and add feature tests. + +### Removed + +* Remove `Orchestra\Workbench\Composer`. + ## 9.9.0 Released: 2024-12-01