Skip to content

Commit

Permalink
Prepare 6.23.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Nov 9, 2021
1 parent 49bfdf2 commit 94cf6e3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG-6.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

This changelog references the relevant changes (bug and security fixes) done to `orchestra/testbench`.

## 6.23.0

Released: 2021-11-10

### Changes

* Update minimum support for Testbench Core v6.27.0+. ([v6.26.0...v6.27.0](https://github.com/orchestral/testbench-core/compare/v6.26.0...v6.27.0))

#### Testbench Changes

##### Added

* Add ability to define database migrations using `TestCase::defineDatabaseMigrationsAfterDatabaseRefreshed()` method, the method will only be executed via `Illuminate\Database\Events\DatabaseRefreshed` event.
* Add ability to destroy database migrations using `TestCase::destroyDatabaseMigrations()`.

## 6.22.0

Released: 2021-10-21
Expand Down

0 comments on commit 94cf6e3

Please sign in to comment.