diff --git a/CHANGELOG.md b/CHANGELOG.md index c23bf87644..c40e7712fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.1](https://github.com/FixleCH/puter/compare/v1.0.0...v1.0.1) (2026-04-09) + + +### Bug Fixes + +* redis max retries and fail fast timeouts ([#2793](https://github.com/FixleCH/puter/issues/2793)) ([1cfe69f](https://github.com/FixleCH/puter/commit/1cfe69faa1f524278c7864b306833c19f089d4b9)) + ## 1.0.0 (2026-04-08) diff --git a/package-lock.json b/package-lock.json index cb5853f420..91758cd190 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "puter.com", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "puter.com", - "version": "1.0.0", + "version": "1.0.1", "license": "AGPL-3.0-only", "workspaces": [ "src/*", diff --git a/package.json b/package.json index d048e49a7a..b5cb8bc097 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "puter.com", - "version": "1.0.0", + "version": "1.0.1", "author": "Puter Technologies Inc.", "license": "AGPL-3.0-only", "description": "Desktop environment in the browser!",