diff --git a/changelog.md b/changelog.md index c255e1d..9e5557c 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,9 @@ ## Pending + +## 2026-05-24 - 27.11.0 + ### Features - add authenticated VPN route security from trusted PROXY v2 metadata (rustproxy) @@ -9,7 +12,6 @@ - adds VPN client ID and assigned-IP allow lists separate from source-IP policy - exposes authenticated VPN identity to TypeScript socket-handler route context - ## 2026-05-20 - 27.10.3 ### Fixes diff --git a/package.json b/package.json index 542551e..33e7d46 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartproxy", - "version": "27.10.3", + "version": "27.11.0", "private": false, "description": "A powerful proxy package with unified route-based configuration for high traffic management. Features include SSL/TLS support, flexible routing patterns, WebSocket handling, advanced security options, and automatic ACME certificate management.", "main": "dist_ts/index.js", diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index fe45183..cc41dcd 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smartproxy', - version: '27.10.3', + version: '27.11.0', description: 'A powerful proxy package with unified route-based configuration for high traffic management. Features include SSL/TLS support, flexible routing patterns, WebSocket handling, advanced security options, and automatic ACME certificate management.' }