diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7a98692a..c13dbb5a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,39 @@
# Changelog
+## [Version 1.8.0](https://github.com/ant-design/pro-chat/compare/v1.7.0...v1.8.0)
+
+Released on **2024-02-02**
+
+#### ✨ 新特性
+
+- 支持自定义 InputAreaRender.
+
+#### 🐛 修复
+
+- ChatItemRenderConfig.render support defaultDom, slove chatItemRenderConfig render not work use Default dom.
+
+
+
+Improvements and Fixes
+
+#### What's improved
+
+- 支持自定义 InputAreaRender, closes [#74](https://github.com/ant-design/pro-chat/issues/74) ([d09e04a](https://github.com/ant-design/pro-chat/commit/d09e04a))
+
+#### What's fixed
+
+- ChatItemRenderConfig.render support defaultDom ([5a1df54](https://github.com/ant-design/pro-chat/commit/5a1df54))
+- Slove chatItemRenderConfig render not work use Default dom, closes [#79](https://github.com/ant-design/pro-chat/issues/79) ([a5763fd](https://github.com/ant-design/pro-chat/commit/a5763fd))
+
+