diff --git a/changelog.md b/changelog.md index 3f17d53..84620e3 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 2025-03-11 - 3.38.2 - fix(core) +No code changes detected; bumping patch version for consistency. + + ## 2025-03-11 - 3.38.1 - fix(PortProxy) Improve SNI extraction handling in PortProxy by passing explicit connection info to extractSNIWithResumptionSupport for better TLS renegotiation and debug logging. diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index d2a0c4c..fa99d57 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: '3.38.1', + version: '3.38.2', description: 'A powerful proxy package that effectively handles high traffic, with features such as SSL/TLS support, port proxying, WebSocket handling, dynamic routing with authentication options, and automatic ACME certificate management.' }