From ca5c57a329a30a95ea124e14e96067dd91800e42 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Wed, 20 May 2026 16:24:44 +0000 Subject: [PATCH] v13.32.1 --- changelog.md | 3 +++ package.json | 2 +- ts/00_commitinfo_data.ts | 2 +- ts_web/00_commitinfo_data.ts | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index c041fd3..a19acef 100644 --- a/changelog.md +++ b/changelog.md @@ -7,6 +7,9 @@ + +## 2026-05-20 - 13.32.1 + ### Fixes - tighten admin bootstrap behavior when the database is unavailable and include wildcard VPN profile matches in route access rules (opsserver,vpn) diff --git a/package.json b/package.json index 1b25c87..d9a5882 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@serve.zone/dcrouter", "private": false, - "version": "13.32.0", + "version": "13.32.1", "description": "A multifaceted routing service handling mail and SMS delivery functions.", "type": "module", "exports": { diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 666ead4..d8dc27f 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.32.0', + version: '13.32.1', 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 666ead4..d8dc27f 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.32.0', + version: '13.32.1', description: 'A multifaceted routing service handling mail and SMS delivery functions.' }