diff --git a/changelog.md b/changelog.md index 339054f..bd91ab4 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 2026-03-16 - 4.5.11 - fix(repo) +no changes to commit + + ## 2026-03-16 - 4.5.10 - fix(remoteingress-core) guard zero-window reads to avoid false EOF handling on stalled streams diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index dc0f79e..d8b859b 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.5.10', + version: '4.5.11', 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.' }