From 7e11969386cfd18a749d3983e1ffb7e324bf7677 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 15:03:05 +0000 Subject: [PATCH] chore(release): v2026.7.20-3 --- CHANGELOG.md | 15 +++++++++++++++ apps/mcping/package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bd346c..35ba73f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ All notable changes to this project are documented in this file. +## [2026.7.20-3] - 2026-07-20 + +### 🚀 Features + +- *(demo)* Add optional --auth apikey|oauth modes (#22) + +### 🐛 Bug Fixes + +- *(mcping)* Stop reconnecting on terminal auth/404 errors (#26) +- *(demo)* Announce "Client disconnected" when a session drops (#25) +- *(demo)* Friendlier server console output (#24) +- *(mcping)* Simplify server auth options in settings UI (#23) +- *(mcping)* Server card UI — auth fields and Connect/Disconnect visibility (#21) +- *(mcping)* Use full-bleed app icon so macOS stops framing it in gray (#20) + ## [2026.7.20-2] - 2026-07-20 ### 🚀 Features diff --git a/apps/mcping/package.json b/apps/mcping/package.json index e0871aa..e98b7b0 100644 --- a/apps/mcping/package.json +++ b/apps/mcping/package.json @@ -2,7 +2,7 @@ "name": "@repo/mcping", "private": true, "type": "module", - "version": "2026.7.20-2", + "version": "2026.7.20-3", "description": "Receive notifications from MCP servers", "author": "ilbertt", "main": "./dist/main/index.js",