From 39f992a2a8959561d0f2442a7607f41d009b4b0b Mon Sep 17 00:00:00 2001 From: diegosouzapw Date: Sat, 21 Feb 2026 18:41:31 -0300 Subject: [PATCH] chore(release): bump version to v1.1.0 --- CHANGELOG.md | 16 +++++++++++++++- package.json | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d435155d1f..1c3cd65357 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- +## [1.1.0] — 2026-02-21 + +> ### 🐛 Bugfix Release — OAuth Client Secret and Codex Business Quotas +> +> Fixes missing remote-server OAuth configurations and adds ChatGPT Business account quota monitoring. + +### 🐛 Bug Fixes + +- **OAuth Client Secret** — Omitted explicitly empty `client_secret` parameters to resolve token exchange connection rejection on remote servers missing environment variables for Antigravity, Gemini and iFlow ([#103](https://github.com/diegosouzapw/OmniRoute/issues/103)) +- **Codex Business Quotas** — Automatically fetches the appropriate ChatGPT workspace to unlock the 5-hour Business usage limits directly inside the Quota tab and mapped `BIZ` string variant perfectly ([#101](https://github.com/diegosouzapw/OmniRoute/issues/101)) + +--- + ## [1.0.10] — 2026-02-21 > ### 🐛 Bugfix — Multi-Account Support for Qwen @@ -244,7 +257,7 @@ New environment variables: --- -## [1.1.0] — 2026-02-18 +## [1.0.1] — 2026-02-18 > ### 🔧 API Compatibility & SDK Hardening > @@ -429,6 +442,7 @@ New environment variables: [1.0.5]: https://github.com/diegosouzapw/OmniRoute/releases/tag/v1.0.5 [1.0.4]: https://github.com/diegosouzapw/OmniRoute/releases/tag/v1.0.4 [1.1.0]: https://github.com/diegosouzapw/OmniRoute/releases/tag/v1.1.0 +[1.0.1]: https://github.com/diegosouzapw/OmniRoute/releases/tag/v1.0.1 [1.0.3]: https://github.com/diegosouzapw/OmniRoute/releases/tag/v1.0.3 [1.0.2]: https://github.com/diegosouzapw/OmniRoute/releases/tag/v1.0.2 [1.0.0]: https://github.com/diegosouzapw/OmniRoute/releases/tag/v1.0.0 diff --git a/package.json b/package.json index 592013ffd5..1116ed6770 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "omniroute", - "version": "1.0.10", + "version": "1.1.0", "description": "Smart AI Router with auto fallback — route to FREE & cheap models, zero downtime. Works with Cursor, Cline, Claude Desktop, Codex, and any OpenAI-compatible tool.", "type": "module", "bin": {