diff --git a/CHANGELOG.zh_CN.md b/CHANGELOG.zh_CN.md
index c9f5d41a..0d11c7d9 100644
--- a/CHANGELOG.zh_CN.md
+++ b/CHANGELOG.zh_CN.md
@@ -1,5 +1,22 @@
# 更新日志
+
+## [v1.2.0](https://github.com/soybeanjs/soybean-admin/compare/v1.1.5...v1.2.0) (2024-06-06)
+
+### 🚀 功能
+
+- **项目**:
+ - 支持系统新版本更新通知。关闭 #420 - 由 @soybeanjs 在 https://github.com/soybeanjs/soybean-admin/issues/420 [(584cd)](https://github.com/soybeanjs/soybean-admin/commit/584cd54)
+ - 在路由守卫中获取用户信息并从localStorage中移除。关闭 #459 - 由 @soybeanjs 在 https://github.com/soybeanjs/soybean-admin/issues/459 [(5531a)](https://github.com/soybeanjs/soybean-admin/commit/5531a68)
+
+### 📖 文档
+
+- **项目**: 更新CHANGELOG - 由 @soybeanjs [(2bec8)](https://github.com/soybeanjs/soybean-admin/commit/2bec899)
+
+### ❤️ 贡献者
+
+[](https://github.com/soybeanjs)
+
## [v1.1.5](https://github.com/soybeanjs/soybean-admin/compare/v1.1.4...v1.1.5) (2024-06-06)
### 🐞 错误修复