diff --git a/CHANGELOG.md b/CHANGELOG.md index 21927fd..c6efe3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,17 @@ Format : [Keep a Changelog](https://keepachangelog.com/fr/1.0.0/) — versionnag --- +## [1.6.0] - 2026-05-15 + +### Ajouté +- Admin → Dashboard : bouton unique **Mettre à jour** (git pull + migrations SQL + migrations contenu) remplace les boutons séparés +- Branche `dev` : branche d'intégration permanente pour le développement quotidien + +### Corrigé +- `run_engine_update` : vérifie que le remote git `origin` correspond à `FOLIO_REPO_URL` avant tout `git pull` (évite le pull sur le mauvais dépôt) + +--- + ## [1.5.0] - 2026-05-15 ### Ajouté diff --git a/public/version.txt b/public/version.txt index bc80560..dc1e644 100644 --- a/public/version.txt +++ b/public/version.txt @@ -1 +1 @@ -1.5.0 +1.6.0