diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b0fe72c5..1bf445f74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file. ## [unreleased] +### 📚 Documentation + +- Update changelog + +### ⚙️ Miscellaneous Tasks + +- *(bump)* Update composer deps +- *(version)* Bump Coolify version to 4.0.0-beta.420.6 + +## [4.0.0-beta.420.5] - 2025-07-08 + ### 🚀 Features - *(scheduling)* Add command to manually run scheduled database backups and tasks with options for chunking, delays, and dry runs diff --git a/composer.json b/composer.json index 4557f1d80..68b0fb066 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "laravel/framework": "^12.20.0", "laravel/horizon": "^5.33.1", "laravel/pail": "^1.2.3", - "laravel/prompts": "^0.3.6", + "laravel/prompts": "^0.3.6|^0.3.6|^0.3.6", "laravel/sanctum": "^4.1.2", "laravel/socialite": "^5.21.0", "laravel/tinker": "^2.10.1", @@ -127,4 +127,4 @@ "@php artisan key:generate --ansi" ] } -} +} \ No newline at end of file