diff --git a/CHANGELOG.md b/CHANGELOG.md index c94850b0..f8de2f60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ ## Unreleased +## 2.0.10 - 2026-09-09 + +- Recognize Laravel's native `mariadb` database driver in backend readiness and + capability reporting. MariaDB no longer appears unsupported when configured + with its own driver instead of `mysql`. Both driver paths retain real-database + locking and history checks; the native driver also exercises readiness and replay. + ## 2.0.9 - 2026-09-09 - Terminal activity timeouts restore their recorded exception type during diff --git a/composer.json b/composer.json index 3938475d..8f7d9121 100644 --- a/composer.json +++ b/composer.json @@ -79,7 +79,7 @@ "dev-main": "2.0.x-dev" }, "durable-workflow": { - "product-train": "2.0.9", + "product-train": "2.0.10", "laravel-embedded-upgrade-contract": "resources/laravel-embedded-upgrade-contract.json", "laravel-dependency-security-policy": "resources/laravel-dependency-security-policy.json" },