diff --git a/CHANGELOG.md b/CHANGELOG.md
index 84b53781a7b3..414d1bc05709 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,55 @@
# Changelog
+## [Version 1.10.0](https://github.com/bentwnghk/lobe-chat/compare/v1.9.1...v1.10.0)
+
+Released on **2024-02-14**
+
+#### ♻ Code Refactoring
+
+- **misc**: Refactor the sidebar to fix first render state.
+
+#### ✨ Features
+
+- **misc**: Support define default agent config with `DEFAULT_AGENT_CONFIG` ENV.
+
+#### 🐛 Bug Fixes
+
+- **misc**: Fix rename.
+
+#### 💄 Styles
+
+- **misc**: Improve settings tabs style and refactor the LLM setting page.
+
+
+
+Improvements and Fixes
+
+#### Code refactoring
+
+- **misc**: Refactor the sidebar to fix first render state, closes [#1301](https://github.com/bentwnghk/lobe-chat/issues/1301) ([c477491](https://github.com/bentwnghk/lobe-chat/commit/c477491))
+
+#### What's improved
+
+- **misc**: Support define default agent config with `DEFAULT_AGENT_CONFIG` ENV, closes [#1291](https://github.com/bentwnghk/lobe-chat/issues/1291) ([c7c096e](https://github.com/bentwnghk/lobe-chat/commit/c7c096e))
+
+#### What's fixed
+
+- **misc**: Fix rename ([b88bc14](https://github.com/bentwnghk/lobe-chat/commit/b88bc14))
+
+#### Styles
+
+- **misc**: Improve settings tabs style and refactor the LLM setting page, closes [#1299](https://github.com/bentwnghk/lobe-chat/issues/1299) ([31f6f15](https://github.com/bentwnghk/lobe-chat/commit/31f6f15))
+
+