diff --git a/changelog.md b/changelog.md index d404c0f..35b1e78 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,9 @@ ## Pending + +## 2026-05-12 - 1.19.4 + ### Fixes - keep WireGuard peer registration and client state in sync (rust-wireguard) diff --git a/package.json b/package.json index f68702b..948c78b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartvpn", - "version": "1.19.3", + "version": "1.19.4", "private": false, "description": "A VPN solution with TypeScript control plane and Rust data plane daemon", "type": "module", diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 81582df..e104c23 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smartvpn', - version: '1.19.3', + version: '1.19.4', description: 'A VPN solution with TypeScript control plane and Rust data plane daemon' }