diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3e473cb8442c..f0534d83bb8e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,39 @@
# Changelog
+### [Version 1.49.4](https://github.com/bentwnghk/lobe-chat/compare/v1.49.3...v1.49.4)
+
+Released on **2024-07-22**
+
+#### ♻ Code Refactoring
+
+- **model**: Clear and add models.
+
+#### 🐛 Bug Fixes
+
+- **misc**: Content lost unexpectedly on Qwen provider when `finish_reason` is `stop`.
+
+
+
+Improvements and Fixes
+
+#### Code refactoring
+
+- **model**: Clear and add models, closes [#3208](https://github.com/bentwnghk/lobe-chat/issues/3208) ([ef54191](https://github.com/bentwnghk/lobe-chat/commit/ef54191))
+
+#### What's fixed
+
+- **misc**: Content lost unexpectedly on Qwen provider when `finish_reason` is `stop`, closes [#3252](https://github.com/bentwnghk/lobe-chat/issues/3252) ([d35c5b0](https://github.com/bentwnghk/lobe-chat/commit/d35c5b0))
+
+