diff --git a/changelog.md b/changelog.md index dbdfd0f..4b45c03 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 2025-05-10 - 16.0.1 - fix(smartproxy) +No changes in this commit; configuration and source remain unchanged. + + ## 2025-05-10 - 16.0.0 - BREAKING CHANGE(smartproxy/configuration) Migrate SmartProxy to a fully unified route‐based configuration by removing legacy domain-based settings and conversion code. CertProvisioner, NetworkProxyBridge, and RouteManager now use IRouteConfig exclusively, and related legacy interfaces and files have been removed. diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 324dfe1..f77d75e 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: '16.0.0', + version: '16.0.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.' }