diff --git a/CHANGELOG-7.x.md b/CHANGELOG-7.x.md index 6614e47..345346e 100644 --- a/CHANGELOG-7.x.md +++ b/CHANGELOG-7.x.md @@ -2,6 +2,20 @@ This changelog references the relevant changes (bug and security fixes) done to `orchestra/testbench`. +## 7.46.2 + +Released: 2024-10-06 + +### Changes + +* Update minimum support for Testbench Core v7.47.2+. ([v7.47.1...v7.47.2](https://github.com/orchestral/testbench-core/compare/v7.47.1...v7.47.2)) + +#### Testbench Changes + +##### Fixes + +* Prevent seeder from being executed when `shouldSeed()` exists and return `false`. + ## 7.46.1 Released: 2024-10-05 diff --git a/composer.json b/composer.json index bf20a3b..df2ecf8 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "fakerphp/faker": "^1.21", "laravel/framework": "^9.52.16", "mockery/mockery": "^1.5.1", - "orchestra/testbench-core": "^7.47.1", + "orchestra/testbench-core": "^7.47.2", "orchestra/workbench": "^7.10", "phpunit/phpunit": "^9.5.10", "symfony/process": "^6.0.9",