diff --git a/changelog.md b/changelog.md index 5c8a094..525e0b1 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 2025-03-10 - 3.30.5 - fix(internal) +No uncommitted changes detected; project files and tests remain unchanged. + + ## 2025-03-10 - 3.30.4 - fix(PortProxy) Fix TLS renegotiation handling and adjust TLS keep-alive timeouts in PortProxy implementation diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 8c21e42..07e8f52 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.30.4', + version: '3.30.5', description: 'A powerful proxy package that effectively handles high traffic, with features such as SSL/TLS support, port proxying, WebSocket handling, and dynamic routing with authentication options.' }