diff --git a/src/openapi.ts b/src/openapi.ts index dbfb7d5..2f6902f 100644 --- a/src/openapi.ts +++ b/src/openapi.ts @@ -6,7 +6,7 @@ export const openApiSpec = { version: `${API_VERSION}.${APP_VERSION}`, title: "toknd Auth Broker API", description: - "A high-performance OAuth2 broker and token management service. Designed to centralize provider configurations and automate token lifecycle management across distributed systems.", + "A high-performance OAuth2 broker and token management service with multi-tenancy support. Designed to centralize provider configurations and automate token lifecycle management across distributed systems, securely isolated by Tenant IDs.", }, tags: [ { diff --git a/src/version.ts b/src/version.ts index aed130b..0b48389 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,2 +1,2 @@ export const API_VERSION = "v1"; -export const APP_VERSION = "1.0"; +export const APP_VERSION = "1.1";