From 34b1413c967d1a2a8aee3191e84dc16dfe3242af Mon Sep 17 00:00:00 2001 From: William Mantly Date: Thu, 16 Jul 2026 19:02:59 -0400 Subject: [PATCH] Bump version to 1.1.6; update CHANGELOG --- CHANGELOG.md | 8 +++++++- nodejs/package-lock.json | 4 ++-- nodejs/package.json | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6dd21e4..f92b34a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ correspond to git tags (`vX.Y.Z`) and `nodejs/package.json`'s `version`. ## [Unreleased] +## [1.1.6] - 2026-07-16 + +### Fixed +- Hosts admin UI's Authentication tab radios (Off / Basic / SSO) had no shared `name`, so clicking one didn't uncheck the others -- multiple options could appear selected at once. Added `name="auth_mode"` to restore standard exclusive radio-group behavior. + ## [1.1.5] - 2026-07-16 ### Fixed @@ -44,7 +49,8 @@ First tagged release. Establishes the `vX.Y.Z` tag convention that the in-app up - Standalone backup script (`ops/backup.sh`) for deployments not using theta-env's orchestrator — snapshots Redis and `./config`, with retention. - Admin-only in-app banner that checks GitHub releases every 24h and surfaces available updates. -[Unreleased]: https://github.com/theta42/proxy/compare/v1.1.5...HEAD +[Unreleased]: https://github.com/theta42/proxy/compare/v1.1.6...HEAD +[1.1.6]: https://github.com/theta42/proxy/compare/v1.1.5...v1.1.6 [1.1.5]: https://github.com/theta42/proxy/compare/v1.1.4...v1.1.5 [1.1.4]: https://github.com/theta42/proxy/compare/v1.1.3...v1.1.4 [1.1.3]: https://github.com/theta42/proxy/compare/v1.1.2...v1.1.3 diff --git a/nodejs/package-lock.json b/nodejs/package-lock.json index 5e7ccf1..512a1cc 100644 --- a/nodejs/package-lock.json +++ b/nodejs/package-lock.json @@ -1,12 +1,12 @@ { "name": "proxy-api", - "version": "1.1.5", + "version": "1.1.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "proxy-api", - "version": "1.1.5", + "version": "1.1.6", "license": "MIT", "dependencies": { "@fortawesome/fontawesome-free": "^7.3.0", diff --git a/nodejs/package.json b/nodejs/package.json index 59928b1..888a63c 100644 --- a/nodejs/package.json +++ b/nodejs/package.json @@ -1,6 +1,6 @@ { "name": "proxy-api", - "version": "1.1.5", + "version": "1.1.6", "private": true, "author": [ {