diff --git a/changelog.md b/changelog.md index 87a2afe..39b34e7 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 2025-03-11 - 3.30.8 - fix(core) +No changes in this commit. + + ## 2025-03-11 - 3.30.7 - fix(PortProxy) Improve TLS renegotiation SNI handling by first checking if the new SNI is allowed under the existing domain config. If not, attempt to find an alternative domain config and update the locked domain accordingly; otherwise, terminate the connection on SNI mismatch. diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index ae1494e..76a097d 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.7', + version: '3.30.8', 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.' }