diff --git a/changes.txt b/changes.txt
index 971dc2ea..c0f6f3a2 100644
--- a/changes.txt
+++ b/changes.txt
@@ -1,3 +1,22 @@
+mybatis-flex v1.0.6 20230403:
+新增:新增多数据源的支持
+新增:Db.tx() 的事务提交方法
+新增:RawValue 类,用于一些不需要进行 Sql 编译的场景
+新增:@Table() 注解,添加 onSet 配置,用于监听 entity 被设置内容
+新增:添加独创的 FlexIDKeyGenerator ID 生成器,用于分布式 ID 生成
+优化:重命名 TableInfos 为 TableInfoFactory
+优化:重命名审计日志的 "extTime" 为 "queryTime"
+修复:AuditManager 在某些场景下会出现空指针的问题
+文档:添加多数据源的相关文档
+文档:添加事务管理的相关文档
+文档:添加与 Spring 整合的相关文档
+文档:优化 Db + Row 的相关文档
+文档:QueryWrapper 添加关于 join 的更多示例
+文档:添加关于 APT 使用的相关文档
+文档:优化 readme 和 快速开始的相关文档
+
+
+
mybatis-flex v1.0.5 20230330:
新增:新增 SQL 审计模块,默认关闭
新增:代码生成器新增 lombok 配置的支持
diff --git a/docs/zh/codegen.md b/docs/zh/codegen.md
index 15f6a442..b800c71f 100644
--- a/docs/zh/codegen.md
+++ b/docs/zh/codegen.md
@@ -9,7 +9,7 @@
com.mybatis-flex
mybatis-flex-codegen
- 1.0.5
+ 1.0.6
```
diff --git a/docs/zh/getting-started.md b/docs/zh/getting-started.md
index 6f110874..07b83d62 100644
--- a/docs/zh/getting-started.md
+++ b/docs/zh/getting-started.md
@@ -25,7 +25,7 @@ CREATE TABLE IF NOT EXISTS `tb_account`
com.mybatis-flex
mybatis-flex-core
- 1.0.5
+ 1.0.6
```
diff --git a/docs/zh/maven.md b/docs/zh/maven.md
index aa6f9937..7eba1662 100644
--- a/docs/zh/maven.md
+++ b/docs/zh/maven.md
@@ -9,7 +9,7 @@
com.mybatis-flex
mybatis-flex-core
- 1.0.5
+ 1.0.6
```
@@ -19,7 +19,7 @@
com.mybatis-flex
mybatis-flex-spring
- 1.0.5
+ 1.0.6
``````
@@ -29,6 +29,6 @@
com.mybatis-flex
mybatis-flex-spring-boot-starter
- 1.0.5
+ 1.0.6
```
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 73500a72..662837d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
com.mybatis-flex
parent
pom
- 1.0.5
+ 1.0.6
mybatis-flex
https://mybatis-flex.com