diff --git a/README.md b/README.md
index 76f01bc..bbe25f8 100644
--- a/README.md
+++ b/README.md
@@ -35,6 +35,16 @@ EasyPoi的几个入口工具类
--------------------------
版本修改
--------------------------
+ - 2.0.7-release--推荐更新
+ - 增加了合计的参数,便于统计合计信息
+ - 修改了样式设置,使用默认设置,提供其他设置,和样式接口
+ - 模板导出增加了插入导出的功能
+ - 模板导出重用了Excel导出的代码功能更加强劲
+ - 新增了Sax导入方式,大数据导入提供接口操作
+ - Word修改了页眉页脚不替换的bug
+ - 修改了捕获异常日志的bug
+ - 修复了模板导出,Spring View没识别版本的bug
+ - 修复了其他一些小bug
- 2.0.6-release
- 修复导入的自定义格式异常
- 修复导入的BigDecimal不识别
diff --git a/easypoi-base/pom.xml b/easypoi-base/pom.xml
index 3a64ec0..f1bbbae 100644
--- a/easypoi-base/pom.xml
+++ b/easypoi-base/pom.xml
@@ -4,7 +4,7 @@
org.jeecgframework
easypoi
- 2.0.7-SNAPSHOT
+ 2.0.8-SNAPSHOT
easypoi-base
diff --git a/easypoi-test/pom.xml b/easypoi-test/pom.xml
index f849da3..61689e2 100644
--- a/easypoi-test/pom.xml
+++ b/easypoi-test/pom.xml
@@ -4,7 +4,7 @@
org.jeecgframework
easypoi
- 2.0.7-SNAPSHOT
+ 2.0.8-SNAPSHOT
easypoi-test
diff --git a/easypoi-web/pom.xml b/easypoi-web/pom.xml
index 734bf32..c61897e 100644
--- a/easypoi-web/pom.xml
+++ b/easypoi-web/pom.xml
@@ -4,7 +4,7 @@
org.jeecgframework
easypoi
- 2.0.7-SNAPSHOT
+ 2.0.8-SNAPSHOT
easypoi-web
diff --git a/pom.xml b/pom.xml
index ae9ea88..4c4917d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
4.0.0
org.jeecgframework
easypoi
- 2.0.7-SNAPSHOT
+ 2.0.8-SNAPSHOT
pom
easypoi
@@ -23,7 +23,7 @@
- 2.0.7-SNAPSHOT
+ 2.0.8-SNAPSHOT
3.9
2.4.0
16.0.1