From 8fbae5e467be10f4e47a588572be87082e13f578 Mon Sep 17 00:00:00 2001 From: diegosouzapw Date: Mon, 2 Mar 2026 00:38:33 -0300 Subject: [PATCH] =?UTF-8?q?feat(release):=20v1.7.5=20=E2=80=94=20OAuth=20r?= =?UTF-8?q?e-auth=20duplicate=20fix=20(#170)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fixed OAuth re-auth creating duplicate connections instead of updating existing ones - CHANGELOG.md updated with v1.7.5 section - Version bumped to 1.7.5 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37d9cad930..498d1696ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- +## [1.7.5] — 2026-03-02 + +### 🐛 Bug Fixes + +- **OAuth Re-Auth Duplicate Fix** — Re-authenticating an expired OAuth connection now updates the existing connection instead of creating a duplicate entry. When re-auth is triggered, the system matches by `provider` + `email` + `authType` and refreshes tokens in-place. Fixes #170 + ## [1.7.4] — 2026-03-01 ### ✨ New Features diff --git a/package.json b/package.json index 9eebb1b2e9..11e975a445 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "omniroute", - "version": "1.7.4", + "version": "1.7.5", "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": {