diff --git a/CHANGELOG.md b/CHANGELOG.md index cc5ef78e18..d435155d1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- +## [1.0.10] — 2026-02-21 + +> ### 🐛 Bugfix — Multi-Account Support for Qwen +> +> Solves the issue where adding a second Qwen account would overwrite the first one. + +### 🐛 Bug Fixes + +- **OAuth Accounts** — Extracted user email from the `id_token` using JWT decoding for Qwen and similar providers, allowing multiple accounts of the same provider to be authenticated simultaneously instead of triggering the fallback overwrite logic ([#99](https://github.com/diegosouzapw/OmniRoute/issues/99)) + +--- + ## [1.0.9] — 2026-02-21 > ### 🐛 Hotfix — Settings Persistence diff --git a/package.json b/package.json index 5eecd95d0e..592013ffd5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "omniroute", - "version": "1.0.9", + "version": "1.0.10", "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": {