diff --git a/README-EN.md b/README-EN.md
index 80e39ab..abef2be 100644
--- a/README-EN.md
+++ b/README-EN.md
@@ -4,7 +4,7 @@
-

+
A springboot tool for tracking the paths of methods,which can help you to find methods's performances easily.
@@ -102,6 +102,10 @@ You can open email to receive a warning about overtime method since v2.2.5
Add email;
> V2.2.8:Hot update
+>
+> V2.3.0:Add `ko-time.auth-expire` to allow users define timeout value;optimize ui
+>
+> V2.3.1:Remove StringStack to adapt jdk17+
## Copyright
diff --git a/README.md b/README.md
index 3a2af80..cd87e2a 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
-

+
koTime是一个springboot项目性能分析工具,通过追踪方法调用链路以及对应的运行时长快速定位性能瓶颈
@@ -21,7 +21,7 @@
---
-
A springboot tool for tracking the paths of methods,which can help you to find methods's performances easily.
+
A springboot tool for tracking the paths of methods,which can help you find method's performances easily.
- Tracking the Java methods and calculating their execution times
- Show the paths of methods
@@ -120,6 +120,10 @@ v2.2.5开始加入了邮件通知功能,当方法耗时超过阈值之后,
添加邮件通知功能;
> V2.2.8:热更新
+>
+> V2.3.0:添加 `ko-time.auth-expire`,允许用户自定义登录超时时间;优化ui页面
+>
+> V2.3.1:移除 StringStack 以适配jdk17+
## 项目起因