From 55a4a6910059e03e036465ebb3560881c0a77865 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 11:04:16 +0100 Subject: [PATCH] Release v1.1.0 (#81) --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 3b1c468..f7e4fdc 100644 --- a/index.html +++ b/index.html @@ -54,6 +54,7 @@ // Begin Swagger UI call region const ui = SwaggerUIBundle({ urls: [ + {url: "./releases/v1.1.0/keymanager-oapi.json", name: "v1.1.0"}, {url: "./releases/v1.0.0/keymanager-oapi.json", name: "v1.0.0"}, {url: "./keymanager-oapi.yaml", name: "dev"} ],