From cd03f2888a49eb7da6395b9ad47da24f15f69f6f Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Tue, 15 Aug 2023 18:17:21 +0800 Subject: [PATCH 1/2] wip Signed-off-by: Mior Muhammad Zaki --- laravel/bootstrap/app.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/laravel/bootstrap/app.php b/laravel/bootstrap/app.php index e9e9757f..0fe955a9 100644 --- a/laravel/bootstrap/app.php +++ b/laravel/bootstrap/app.php @@ -1,10 +1,11 @@ Date: Tue, 15 Aug 2023 18:18:24 +0800 Subject: [PATCH 2/2] wip Signed-off-by: Mior Muhammad Zaki --- CHANGELOG-6.x.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG-6.x.md b/CHANGELOG-6.x.md index 0e47a401..049b5ff7 100644 --- a/CHANGELOG-6.x.md +++ b/CHANGELOG-6.x.md @@ -2,6 +2,14 @@ This changelog references the relevant changes (bug and security fixes) done to `orchestra/testbench-dusk`. +## 6.33.1 + +Released: 2023-08-15 + +### Fixes + +* Fixes missing import. + ## 6.33.0 Released: 2023-08-15