diff --git a/changelog.md b/changelog.md index eb97715..4c4af0a 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 2025-02-04 - 3.1.4 - fix(core) +No uncommitted changes. Preparing for potential minor improvements or bug fixes. + + ## 2025-02-04 - 3.1.3 - fix(networkproxy) Refactor and improve WebSocket handling and request processing diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 20e8b6a..5f26248 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.1.3', + version: '3.1.4', description: 'a proxy for handling high workloads of proxying' }