diff --git a/CHANGELOG.md b/CHANGELOG.md index 51d20507e..905d656cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.3.26] - 2024-09-24 + +### Fixed + +- **🔄 Event Loop Error Resolution**: Addressed a critical error where a missing running event loop caused 'periodic_usage_pool_cleanup' to fail during pip installs. This fix ensures smoother and more reliable updates and installations, enhancing overall system stability. + ## [0.3.25] - 2024-09-24 ### Fixed diff --git a/package-lock.json b/package-lock.json index f3adc3f68..2ec000ba2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "open-webui", - "version": "0.3.25", + "version": "0.3.26", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "open-webui", - "version": "0.3.25", + "version": "0.3.26", "dependencies": { "@codemirror/lang-javascript": "^6.2.2", "@codemirror/lang-python": "^6.1.6", diff --git a/package.json b/package.json index 3541edaf4..19f941ac5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "open-webui", - "version": "0.3.25", + "version": "0.3.26", "private": true, "scripts": { "dev": "npm run pyodide:fetch && vite dev --host",