diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e73bae..efdefbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to `one-app` will be documented in this file. +## v1.0.29 - 2024-07-10 + +### What's Changed + +* Run all migrations for tests by @inmanturbo in https://github.com/envor/one-app/pull/37 + +**Full Changelog**: https://github.com/envor/one-app/compare/v1.0.28...v1.0.29 + ## v1.0.28 - 2024-07-10 ### What's Changed diff --git a/stubs/one-app/bootstrap/app.php b/stubs/one-app/bootstrap/app.php index bb4d34b..6018974 100644 --- a/stubs/one-app/bootstrap/app.php +++ b/stubs/one-app/bootstrap/app.php @@ -1,6 +1,7 @@ appendToGroup('web', [ DomainMiddleware::class, + SharedMigrationsMiddleware::class, ]); }) ->withExceptions(function (Exceptions $exceptions) {