From 6b34a39f6e6ddf7ace07089a42cd1fdf82058b70 Mon Sep 17 00:00:00 2001 From: diegosouzapw Date: Sat, 21 Feb 2026 12:35:37 -0300 Subject: [PATCH] chore(release): bump version to v1.0.10 and update changelog --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) 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": {