From c77caa89fc509b127c4e19fa004d71ac54c2a2a5 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Tue, 17 Mar 2026 12:35:15 +0000 Subject: [PATCH] fix(repo): no changes to commit --- changelog.md | 4 ++++ ts/00_commitinfo_data.ts | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 726d1cd..4594a86 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 2026-03-17 - 4.8.9 - fix(repo) +no changes to commit + + ## 2026-03-17 - 4.8.8 - fix(remoteingress-core) cancel stale edge connections when an edge reconnects diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 791682a..9f22104 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@serve.zone/remoteingress', - version: '4.8.8', + version: '4.8.9', description: 'Edge ingress tunnel for DcRouter - accepts incoming TCP connections at network edge and tunnels them to DcRouter SmartProxy preserving client IP via PROXY protocol v1.' }