diff --git a/containers/backupchecks/src/backend/app/main/routes_changelog.py b/containers/backupchecks/src/backend/app/main/routes_changelog.py index c0669b6..170d75b 100644 --- a/containers/backupchecks/src/backend/app/main/routes_changelog.py +++ b/containers/backupchecks/src/backend/app/main/routes_changelog.py @@ -9,9 +9,7 @@ def changelog_page(): changelog = { "completed_summary": [ { - - { - "version": "0.1.17", + "version": "0.1.17", "status": "Completed", "overview": [ "This release focuses on improving job normalization, ticket and remark handling, UI usability, and the robustness of run and object detection across the platform." @@ -123,7 +121,8 @@ def changelog_page(): } ] }, -"version": "0.1.16", + { + "version": "0.1.16", "overview": [ "This release significantly expands and stabilizes the reporting functionality, focusing on configurability, correctness, and richer output formats..", ],