diff --git a/changelog.md b/changelog.md index 5fffbdf..c3e554a 100644 --- a/changelog.md +++ b/changelog.md @@ -8,6 +8,9 @@ + +## 2026-05-21 - 13.33.0 + ### Features - add queued IP intelligence observation and filtered retrieval for network and security views (security) diff --git a/package.json b/package.json index 19b80b1..9337cf8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@serve.zone/dcrouter", "private": false, - "version": "13.32.1", + "version": "13.33.0", "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 d8dc27f..97f7cde 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.1', + version: '13.33.0', 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 d8dc27f..97f7cde 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.1', + version: '13.33.0', description: 'A multifaceted routing service handling mail and SMS delivery functions.' }