diff --git a/README.md b/README.md
index 8fedb1230..b97a876b6 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ Jboot 是一个基于 JFinal、Dubbo、Seata、Sentinel、ShardingSphere、Nacos
io.jboot
jboot
- 3.15.1
+ 3.15.2
```
diff --git a/changes.txt b/changes.txt
index 71c8d612a..f456812c8 100644
--- a/changes.txt
+++ b/changes.txt
@@ -1,3 +1,9 @@
+jboot v3.15.2:
+修复:DAO 配置了 loadColumns 时又配置了 distinct 时,无法获得正确结果的问题
+优化:优化 Columns.toString() 方法,防止在开发工具 debug 下显示 "null" 的问题
+
+
+
jboot v3.15.1:
新增:JbootOutputDirectiveFactory,用于忽略在生产环境下,模板引擎执行的错误输出
新增:CodeGenHelpler 新增对 infomix 数据库的支持,感谢 @xujianxie
diff --git a/pom.xml b/pom.xml
index 7e5df56b1..715bbc722 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
io.jboot
jboot
- 3.15.2-SNAPSHOT
+ 3.15.2
jar
jboot
@@ -157,7 +157,7 @@
com.fasterxml.jackson.core
jackson-databind
- 2.13.2.2
+ ${jackson.version}