diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6a2b13025..9781adcc0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
# 更新日志
+## 2.6.4
+
+- 修复 `
` 多级表头和多选同时使用的问题 [#867](https://github.com/XiaoMi/hiui/issues/867)
+- 修复 `` onSave 入参不正确的问题 [#850](https://github.com/XiaoMi/hiui/issues/850)
+
## 2.6.3
- 修复 `` target 属性不起作用的问题 [#837](https://github.com/XiaoMi/hiui/issues/837)
diff --git a/docs/zh-CN/components/changelog.mdx b/docs/zh-CN/components/changelog.mdx
index 618df9155..872e77199 100644
--- a/docs/zh-CN/components/changelog.mdx
+++ b/docs/zh-CN/components/changelog.mdx
@@ -1,5 +1,10 @@
# 更新日志
+## 2.6.4
+
+- 修复 `` 多级表头和多选同时使用的问题 [#867](https://github.com/XiaoMi/hiui/issues/867)
+- 修复 `` onSave 入参不正确的问题 [#850](https://github.com/XiaoMi/hiui/issues/850)
+
## 2.6.3
- 修复 `` target 属性不起作用的问题 [#837](https://github.com/XiaoMi/hiui/issues/837)
diff --git a/package.json b/package.json
index 7bafda0d2..8d9debae5 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/hiui",
- "version": "2.6.3",
+ "version": "2.6.4",
"description": "HIUI for React",
"scripts": {
"test": "node_modules/.bin/standard && node_modules/.bin/stylelint --config .stylelintrc 'components/**/*.scss'",