From 08aa4b5e155f76e984d0bc6881d69bb658c2ca50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Bachmann?= Date: Sun, 18 Jan 2026 08:37:07 +0000 Subject: [PATCH] 0.6.0 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0c8fd3..5b4130a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,20 @@ Sections: --- +## [0.6.0] - 2026-01-18 + +### Added +- Restore feature with selection of the last available backups (up to 5 per domain). +- New API endpoints to list and restore backups: + - `GET /api/bcs/backups?repo_id=...` + - `POST /api/bcs/restore?repo_id=...&backup_id=...` + +### Safety +- Restoring a backup triggers a “restart required” prompt to apply the recovered integration state. + +### Notes +- This is a major release milestone consolidating install/update/uninstall, backup/rollback, and restore workflows. + ## [0.5.11] - 2026-01-18 ### Added