From 870ca94defeaa50867ebd9f28bfe2c46d1f0de00 Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Mon, 23 Feb 2026 23:15:09 +0100 Subject: [PATCH] docs: add v5.x-chore/add-coolify-configs changes to changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aaeaaa56f..e0b44a9f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -65,6 +65,8 @@ All notable changes to this project will be documented in this file. - Completely refactor all database migrations for a cleaner, more consistent and stable database schema - Completely refactor all database models - Replace hardcoded queue strings with a `ProcessingQueue` enum +- `config/constants.php` to `config/coolify.php` for all Coolify-specific settings +- Environment variable naming to be shorter and more consistent ### Maintenance