From b3e53ca250009d408abbb82b4c5ff2eca6a968ae Mon Sep 17 00:00:00 2001 From: diegosouzapw Date: Sat, 21 Feb 2026 10:00:53 -0300 Subject: [PATCH] chore(release): bump version to v1.0.9 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 dca457ae6b..cc5ef78e18 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.9] — 2026-02-21 + +> ### 🐛 Hotfix — Settings Persistence +> +> Fixes blocked providers and API auth toggle not being saved after page reload. + +### 🐛 Bug Fixes + +- **Settings Persistence** — Added `requireAuthForModels` (boolean) and `blockedProviders` (string array) to the Zod validation schema, which was silently stripping these fields during PATCH requests, preventing them from being saved to the database + +--- + ## [1.0.8] — 2026-02-21 > ### 🔒 API Security & Windows Support diff --git a/package.json b/package.json index 8a4dc71a39..5eecd95d0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "omniroute", - "version": "1.0.8", + "version": "1.0.9", "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": {