diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4942ca03a914a..5e22545ca24e7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,39 @@
# Changelog
+### [Version 1.69.8](https://github.com/bentwnghk/lobe-chat/compare/v1.69.7...v1.69.8)
+
+Released on **2024-10-31**
+
+#### ♻ Code Refactoring
+
+- **misc**: Refactor embedding as plain vector array.
+
+#### 🐛 Bug Fixes
+
+- **misc**: Fix server `Network connection lost` error.
+
+
+
+Improvements and Fixes
+
+#### Code refactoring
+
+- **misc**: Refactor embedding as plain vector array, closes [#4551](https://github.com/bentwnghk/lobe-chat/issues/4551) ([e2cae36](https://github.com/bentwnghk/lobe-chat/commit/e2cae36))
+
+#### What's fixed
+
+- **misc**: Fix server `Network connection lost` error, closes [#4556](https://github.com/bentwnghk/lobe-chat/issues/4556) ([cf40d91](https://github.com/bentwnghk/lobe-chat/commit/cf40d91))
+
+