diff --git a/changes.txt b/changes.txt
index e300141c..04973908 100644
--- a/changes.txt
+++ b/changes.txt
@@ -1,3 +1,19 @@
+mybatis-flex v1.1.8 20230422:
+新增:添加 RowUtil.printPretty() 方法,用于调试
+新增:代码生成器生成代码默认添加注释的功能
+新增:添加 BaseEntity.insertSelective() 方法 #I6XS9Z
+修复:子查询时,逻辑删除字段的未添加逻辑删除字段 #I6X4U8
+修复:TransactionTemplate.execute 失效的问题 #I6XSHH
+修复:"EXIST" 关键字错误的问题 #I6XTVB
+优化:Row 添加列序号的功能,数据库返回结果相同列不再覆盖
+文档:添加 使用 Mybatis 原生功能的相关文档
+文档:添加 支持的数据库类型 的相关文档
+文档:Db + Row 添加 left join 转换 entity 的文档
+文档:优化 快速开始 的相关文档
+文档:APT 文档添加关于 Gradle 构建的一些内容
+
+
+
mybatis-flex v1.1.7 20230421:
优化:将 ConsoleMessageCollector 的 getFullSql 方法移入 AuditMessage,方便重用 感谢 @pengpeng
修复:配置 mybatis-flex.mapper-locations 在某些场景下会出现 NPE 的问题 #I6X59V
diff --git a/docs/zh/apt.md b/docs/zh/apt.md
index 1d20f782..17e313f8 100644
--- a/docs/zh/apt.md
+++ b/docs/zh/apt.md
@@ -119,7 +119,7 @@ processor.mappersGenerateEnable = false
```
dependencies {
...
- annotationProcessor 'com.mybatis-flex:mybatis-flex-annotation:1.1.7'
+ annotationProcessor 'com.mybatis-flex:mybatis-flex-annotation:1.1.8'
}
```
diff --git a/docs/zh/codegen.md b/docs/zh/codegen.md
index 0a6b6979..e1594bf6 100644
--- a/docs/zh/codegen.md
+++ b/docs/zh/codegen.md
@@ -9,7 +9,7 @@
com.mybatis-flex
mybatis-flex-codegen
- 1.1.7
+ 1.1.8
```
diff --git a/docs/zh/getting-started.md b/docs/zh/getting-started.md
index bbcb8401..bdc8fe2d 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.1.7
+ 1.1.8
```
diff --git a/docs/zh/maven.md b/docs/zh/maven.md
index 2ace51d8..16c4cad9 100644
--- a/docs/zh/maven.md
+++ b/docs/zh/maven.md
@@ -9,7 +9,7 @@
com.mybatis-flex
mybatis-flex-core
- 1.1.7
+ 1.1.8
```
@@ -19,7 +19,7 @@
com.mybatis-flex
mybatis-flex-spring
- 1.1.7
+ 1.1.8
``````
@@ -29,6 +29,6 @@
com.mybatis-flex
mybatis-flex-spring-boot-starter
- 1.1.7
+ 1.1.8
```
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 64e649b4..82717489 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
com.mybatis-flex
parent
pom
- 1.1.7
+ 1.1.8
mybatis-flex
https://mybatis-flex.com