diff --git a/changelog.md b/changelog.md index 4a91639..2a9430b 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2025-04-19 - 7.1.1 - fix(commit-info) +Update commit metadata and synchronize project configuration (no code changes) + +- Verified that all files remain unchanged +- Commit reflects a metadata or build system sync without functional modifications + ## 2025-04-19 - 7.1.0 - feat(core) Add backendProtocol option to support HTTP/2 client sessions alongside HTTP/1. This update enhances NetworkProxy's core functionality by integrating HTTP/2 support in server creation and request handling, while updating plugin exports and documentation accordingly. diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index e73211b..50ebad8 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: '7.1.0', + version: '7.1.1', 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.' }