diff --git a/CHANGELOG.md b/CHANGELOG.md
index 46d52cf1..1a1619db 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,39 @@
# Changelog
+## [Version 1.149.0](https://github.com/lobehub/lobe-ui/compare/v1.148.2...v1.149.0)
+
+Released on **2024-08-12**
+
+#### ✨ Features
+
+- **misc**: Add props to MobileChatSendButton.
+
+#### 🐛 Bug Fixes
+
+- **misc**: Don't trim codeBlock.
+
+
+
+Improvements and Fixes
+
+#### What's improved
+
+- **misc**: Add props to MobileChatSendButton, closes [#193](https://github.com/lobehub/lobe-ui/issues/193) ([9099427](https://github.com/lobehub/lobe-ui/commit/9099427))
+
+#### What's fixed
+
+- **misc**: Don't trim codeBlock, closes [#192](https://github.com/lobehub/lobe-ui/issues/192) ([820bcd9](https://github.com/lobehub/lobe-ui/commit/820bcd9))
+
+