[
    {
        "id": "v1.0.0",
        "version": "1.0.0",
        "title": "Michelle² Launched!",
        "date": "2025-01-01",
        "type": "new",
        "published": true,
        "changes": [
            "Initial release of Michelle²",
            "Inventory management module",
            "Orders and Invoices tracking",
            "Customer management"
        ]
    },
    {
        "id": "vv1.2.0_37bd3c",
        "version": "1.2.0",
        "title": "Site Improvement",
        "date": "2026-05-27",
        "type": "new",
        "description": "",
        "changes": [
            "Improved the way the Orders are made",
            "Added Changes Log",
            "Inventory page now handle Qty, Available & Holds"
        ],
        "published": true
    },
    {
        "id": "v2.3.1_2d32d4",
        "version": "2.3.1",
        "title": "Order & Invoice Improvement",
        "date": "2026-05-31",
        "type": "update",
        "description": "",
        "changes": [
            "Now you can see Total Qty's in Orders",
            "Now you can see Total Qty's in Invoices"
        ],
        "published": true
    }
]