diff --git a/CHANGELOG.md b/CHANGELOG.md
index 28210da9b..2f4f4dd65 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# 更新日志
+## 2.4.1
+
+- 修复 `
` 多选失效的问题 [#699](https://github.com/XiaoMi/hiui/issues/699)
+
## 2.4.0
- 修复 `` 没有适配主题色的问题 [#257](https://github.com/XiaoMi/hiui/issues/257)
diff --git a/docs/zh-CN/components/changelog.mdx b/docs/zh-CN/components/changelog.mdx
index 753d84eb4..770403d06 100644
--- a/docs/zh-CN/components/changelog.mdx
+++ b/docs/zh-CN/components/changelog.mdx
@@ -1,5 +1,9 @@
# 更新日志
+## 2.4.1
+
+- 修复 `` 多选失效的问题 [#699](https://github.com/XiaoMi/hiui/issues/699)
+
## 2.4.0
- 修复 `` 没有适配主题色的问题 [#257](https://github.com/XiaoMi/hiui/issues/257)
diff --git a/package.json b/package.json
index c31422e79..f5745f199 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/hiui",
- "version": "2.4.0",
+ "version": "2.4.1",
"description": "HIUI for React",
"scripts": {
"test": "node_modules/.bin/standard && node_modules/.bin/stylelint --config .stylelintrc 'components/**/*.scss'",