diff --git a/CHANGELOG-9.x.md b/CHANGELOG-9.x.md index cbfbf20..908cdea 100644 --- a/CHANGELOG-9.x.md +++ b/CHANGELOG-9.x.md @@ -2,6 +2,20 @@ This changelog references the relevant changes (bug and security fixes) done to `orchestra/testbench`. +## 9.5.2 + +Released: 2024-10-06 + +### Changes + +* Update minimum support for Testbench Core v9.5.3+. ([v9.5.2...v9.5.3](https://github.com/orchestral/testbench-core/compare/v9.5.2...v9.5.3)) + +#### Testbench Changes + +##### Fixes + +* Prevent seeder from being executed when `shouldSeed()` exists and return `false`. + ## 9.5.1 Released: 2024-10-05 diff --git a/composer.json b/composer.json index c915b70..0d0ab7a 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "fakerphp/faker": "^1.23", "laravel/framework": "^11.11", "mockery/mockery": "^1.6", - "orchestra/testbench-core": "^9.5.2", + "orchestra/testbench-core": "^9.5.3", "orchestra/workbench": "^9.6", "phpunit/phpunit": "^10.5 || ^11.0.1", "symfony/process": "^7.0",