diff --git a/changelog.md b/changelog.md index 96a8a69..54c8c9b 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## 2026-02-19 - 25.7.8 - fix(no-changes) +no changes detected; nothing to release + +- Current package version: 25.7.7 +- Git diff: no changes +- No files modified; no release necessary + ## 2026-02-19 - 25.7.7 - fix(proxy) restrict PROXY protocol parsing to configured trusted proxy IPs and parse PROXY headers before metrics/fast-path so client IPs reflect the real source diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 38077bc..863e618 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: '25.7.7', + version: '25.7.8', 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.' }