diff --git a/Apewer/Apewer.props b/Apewer/Apewer.props
index 425fab9..d6e137a 100644
--- a/Apewer/Apewer.props
+++ b/Apewer/Apewer.props
@@ -9,7 +9,7 @@
Apewer
Apewer Libraries
- 6.8.3
+ 6.8.4
diff --git a/ChangeLog.md b/ChangeLog.md
index 3e9e64b..bd7e70c 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,4 +1,19 @@
+### 6.8.4
+- 新特性
+ - 增加 RuntimeUtility.CatchException 方法,允许设置全局异常捕获;
+ - 增加 RuntimeUtility.IsAdministratorRole 方法,用于判断进程是否正在以管理员身份运行;
+ - 增加操作单个 Cron 的方法,Break 可打断循环,Abort 可打断线程;
+ - 增加扩展方法 URI.Segmental();
+ - 增加扩展方法 byte[].CRC16();
+ - 增加 UnauthorizedException 异常类型;
+ - 增加 WinForms.Tray,用于通用的托盘程序;
+ - 控制器(ApiController)增加 Context 属性。
+- 问题修正
+ - 修正 ApiOptions.DefaultRenderer 方法返回类型是 void 时会继续执行后续流程的问题。
+ - 恢复 Apewer.Source 对 SQLite 包的引用;
+ - 修正 TextUtility.FromBytes 遇到 0xFF 时不截断字符串的问题。
+
### 6.8.3
- 新特性
- 增加了 JumpStatement 枚举,用于返回后续行为;