diff --git a/CHANGELOG.md b/CHANGELOG.md
index 53f27f9..17a9fd9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,30 @@
# Changelog
+## [Version 1.2.0](https://github.com/ant-design/pro-flow/compare/v1.1.0...v1.2.0)
+
+Released on **2024-01-10**
+
+#### ✨ 新特性
+
+- 新增 connect、edges、nodes 的 onChange 回调,修复 FlowEditor Demo bug..
+
+
+
+Improvements and Fixes
+
+#### What's improved
+
+- 新增 connect、edges、nodes 的 onChange 回调,修复 FlowEditor Demo bug., closes [#77](https://github.com/ant-design/pro-flow/issues/77) ([bde06cc](https://github.com/ant-design/pro-flow/commit/bde06cc))
+
+