diff --git a/changelog.md b/changelog.md index 554f1dd..7da260d 100644 --- a/changelog.md +++ b/changelog.md @@ -4,6 +4,9 @@ + +## 2026-06-03 - 13.43.4 + ### Fixes - track tunnel streams using summary events (remoteingress) diff --git a/deno.json b/deno.json index 637fdfc..47b9828 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@serve.zone/dcrouter", - "version": "13.43.3", + "version": "13.43.4", "exports": "./binary/dcrouter.ts", "compile": { "include": [ diff --git a/package.json b/package.json index f0f14df..d9960b7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@serve.zone/dcrouter", "private": false, - "version": "13.43.3", + "version": "13.43.4", "description": "A multifaceted routing service handling mail and SMS delivery functions.", "type": "module", "bin": { diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 0183c87..41127c3 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@serve.zone/dcrouter', - version: '13.43.3', + version: '13.43.4', description: 'A multifaceted routing service handling mail and SMS delivery functions.' } diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index 0183c87..41127c3 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@serve.zone/dcrouter', - version: '13.43.3', + version: '13.43.4', description: 'A multifaceted routing service handling mail and SMS delivery functions.' }