From 344f224c89606e73b4bd54b64aefa7234990bb18 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Sat, 14 Feb 2026 12:28:42 +0000 Subject: [PATCH] fix(smartproxy): no changes detected in git diff --- changelog.md | 5 +++++ ts/00_commitinfo_data.ts | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 320af44..26f29ae 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Changelog +## 2026-02-14 - 25.2.1 - fix(smartproxy) +no changes detected in git diff + +- The provided diff contains no file changes; no code or documentation updates to release. + ## 2026-02-14 - 25.2.0 - feat(metrics) add per-IP and HTTP-request metrics, propagate source IP through proxy paths, and expose new metrics to the TS adapter diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 07c1d29..f4982a4 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.2.0', + version: '25.2.1', 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.' }