diff --git a/index.html b/index.html
index 812b2f5..99c5d67 100644
--- a/index.html
+++ b/index.html
@@ -54,6 +54,7 @@
// Begin Swagger UI call region
const ui = SwaggerUIBundle({
urls: [
+ { url: "https://github.com/ethereum/keymanager-APIs/releases/download/v1.0.0/keymanager-oapi.yaml", name: "v1.0.0" },
{ url: "./keymanager-oapi.yaml", name: "dev" }
],
basePath: "/",
diff --git a/keymanager-oapi.yaml b/keymanager-oapi.yaml
index d2613cb..ab51a07 100644
--- a/keymanager-oapi.yaml
+++ b/keymanager-oapi.yaml
@@ -15,7 +15,7 @@ info:
All sensitive routes are to be authenticated with a token. This token should be provided by the user via a secure channel:
- Log the token to stdout when running the binary with the key manager API enabled
- Read the token from a file available to the binary
- version: "v1.0.0-alpha"
+ version: "v1.0.0"
contact:
name: Ethereum Github
url: https://github.com/ethereum/keymanager-APIs/issues