From 5b72ded2d57407219fd9f1aba8a1fb4e9d4afcb1 Mon Sep 17 00:00:00 2001 From: ramvignesh-b Date: Wed, 13 May 2026 00:58:19 +0530 Subject: [PATCH] chore: bump version to v1.1 and update OpenAPI spec for multi-tenancy --- src/openapi.ts | 2 +- src/version.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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";