This commit is contained in:
2026-05-24 01:24:11 +00:00
parent 90d7f0903b
commit 004c9ed252
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -2,6 +2,9 @@
## Pending ## Pending
## 2026-05-24 - 1.20.0
### Features ### Features
- add PROXY v2 real-source forwarding with authenticated VPN metadata TLVs (userspace-nat) - add PROXY v2 real-source forwarding with authenticated VPN metadata TLVs (userspace-nat)
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@push.rocks/smartvpn", "name": "@push.rocks/smartvpn",
"version": "1.19.4", "version": "1.20.0",
"private": false, "private": false,
"description": "A VPN solution with TypeScript control plane and Rust data plane daemon", "description": "A VPN solution with TypeScript control plane and Rust data plane daemon",
"type": "module", "type": "module",
+1 -1
View File
@@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@push.rocks/smartvpn', name: '@push.rocks/smartvpn',
version: '1.19.4', version: '1.20.0',
description: 'A VPN solution with TypeScript control plane and Rust data plane daemon' description: 'A VPN solution with TypeScript control plane and Rust data plane daemon'
} }