diff --git a/changes.txt b/changes.txt
index c9d1d928..ef0b049c 100644
--- a/changes.txt
+++ b/changes.txt
@@ -1,3 +1,17 @@
+mybatis-flex v1.1.4 20230417:
+新增:添加逻辑删除的自定义内容配置功能
+新增:Entity 添加枚举属性的支持
+新增:BaseMapper 新增 insertOrUpdate() 方法
+新增:事务添加 Propagation 参数配置的支持
+新增:为 Spring 适配 @Transactional 注解的支持
+修复:租户模式下,deleteBatchByIds 报错的问题
+修复:ProviderUtil NPE 的问题
+修复:APT 和 TableInfo 构建多出静态变量的问题
+文档:完善逻辑删除的相关文档
+文档:修改 ignoreNulls 描述错误的问题
+
+
+
mybatis-flex v1.1.3 20230414:
新增:代码生成器生成的 entity 可以支持配置父类和实现的接口
修复:在某些场景下出现 Recursive update 错误的问题
diff --git a/docs/zh/codegen.md b/docs/zh/codegen.md
index 57cb7287..9de40b6f 100644
--- a/docs/zh/codegen.md
+++ b/docs/zh/codegen.md
@@ -9,7 +9,7 @@
com.mybatis-flex
mybatis-flex-codegen
- 1.1.3
+ 1.1.4
```
diff --git a/docs/zh/getting-started.md b/docs/zh/getting-started.md
index fa9ef897..33d363ea 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.3
+ 1.1.4
```
diff --git a/docs/zh/maven.md b/docs/zh/maven.md
index 77d5dc5a..9f5ca126 100644
--- a/docs/zh/maven.md
+++ b/docs/zh/maven.md
@@ -9,7 +9,7 @@
com.mybatis-flex
mybatis-flex-core
- 1.1.3
+ 1.1.4
```
@@ -19,7 +19,7 @@
com.mybatis-flex
mybatis-flex-spring
- 1.1.3
+ 1.1.4
``````
@@ -29,6 +29,6 @@
com.mybatis-flex
mybatis-flex-spring-boot-starter
- 1.1.3
+ 1.1.4
```
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 167f5e83..6399c7ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
com.mybatis-flex
parent
pom
- 1.1.3
+ 1.1.4
mybatis-flex
https://mybatis-flex.com