From cf13e9561046bcd6be5c9f15d8fbdcc542e753fe Mon Sep 17 00:00:00 2001 From: diegosouzapw Date: Tue, 10 Mar 2026 14:43:17 -0300 Subject: [PATCH] fix(ci): bump openapi.yaml version to 2.2.4 check:docs-sync fails when openapi.yaml version != package.json version. Updating to match after v2.2.4 release. Systematic fix: openapi.yaml version must always be updated alongside package.json during releases (see generate-release workflow step 4). --- docs/openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/openapi.yaml b/docs/openapi.yaml index 285222d6a4..0ec16a0a3e 100644 --- a/docs/openapi.yaml +++ b/docs/openapi.yaml @@ -1,7 +1,7 @@ openapi: 3.1.0 info: title: OmniRoute API - version: 2.2.3 + version: 2.2.4 description: | OmniRoute is a local-first AI API proxy router. It provides an OpenAI-compatible endpoint that routes requests to multiple AI providers with load balancing,