diff --git a/CHANGELOG.md b/CHANGELOG.md
index c019761dcc..a5e87e44df 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,41 @@
# Changelog
+## [Version 2.0.0-next.388](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.387...v2.0.0-next.388)
+
+Released on **2026-01-26**
+
+#### ✨ Features
+
+- **electron**: Enhance native module handling and improve desktop features.
+
+#### 🐛 Bug Fixes
+
+- **community**: Should be able to switch category with All and Discover.
+- **misc**: Fix page count issue.
+
+
+
+Improvements and Fixes
+
+#### What's improved
+
+- **electron**: Enhance native module handling and improve desktop features, closes [#11867](https://github.com/lobehub/lobe-chat/issues/11867) ([e3c80d5](https://github.com/lobehub/lobe-chat/commit/e3c80d5))
+
+#### What's fixed
+
+- **community**: Should be able to switch category with All and Discover, closes [#11869](https://github.com/lobehub/lobe-chat/issues/11869) ([ba0fab1](https://github.com/lobehub/lobe-chat/commit/ba0fab1))
+- **misc**: Fix page count issue, closes [#11868](https://github.com/lobehub/lobe-chat/issues/11868) ([89572e4](https://github.com/lobehub/lobe-chat/commit/89572e4))
+
+