Merge branch 'v4.x' into next
This commit is contained in:
commit
667fbb00f5
2 changed files with 13 additions and 2 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -4,6 +4,17 @@ # Changelog
|
|||
|
||||
## [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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue