diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6d77392272aa..de8624fe0016 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,39 @@
# Changelog
+## [Version 1.4.0](https://github.com/bentwnghk/lobe-chat/compare/v1.3.3...v1.4.0)
+
+Released on **2024-01-29**
+
+#### ✨ Features
+
+- **misc**: Add create agent action in group menu.
+
+#### 💄 Styles
+
+- **misc**: Fix antd tab width flicker when show function debug.
+
+
+
+Improvements and Fixes
+
+#### What's improved
+
+- **misc**: Add create agent action in group menu, closes [#1177](https://github.com/bentwnghk/lobe-chat/issues/1177) ([17ec1eb](https://github.com/bentwnghk/lobe-chat/commit/17ec1eb))
+
+#### Styles
+
+- **misc**: Fix antd tab width flicker when show function debug, closes [#1171](https://github.com/bentwnghk/lobe-chat/issues/1171) ([14e99d2](https://github.com/bentwnghk/lobe-chat/commit/14e99d2))
+
+