diff --git a/Assets/YooAsset/CHANGELOG.md b/Assets/YooAsset/CHANGELOG.md
index fbea1fc..8fc6ba6 100644
--- a/Assets/YooAsset/CHANGELOG.md
+++ b/Assets/YooAsset/CHANGELOG.md
@@ -2,6 +2,27 @@
All notable changes to this package will be documented in this file.
+## [1.4.16] - 2023-06-14
+
+### Changed
+
+- 增加了自动分析冗余资源的开关
+
+ ```c#
+ ///
+ /// 构建参数
+ ///
+ public class BuildParameters
+ {
+ ///
+ /// 自动分析冗余资源
+ ///
+ public bool AutoAnalyzeRedundancy = true;
+ }
+ ```
+
+- 太空战机DEMO启用了新的内置资源查询机制。
+
## [1.4.15] - 2023-06-09
### Fixed