diff --git a/changes.txt b/changes.txt
index bcd4d90d..aff1b9d2 100644
--- a/changes.txt
+++ b/changes.txt
@@ -1,3 +1,14 @@
+mybatis-flex v1.0.4 2023026:
+新增:@ColumnMask() 注解用于数据脱敏,内置 9 中脱敏方式
+新增:BaseMapper.selectAll() 方法
+新增:BaseMapper.selectListByMap(Map whereConditions, int count) 方法
+新增:添加 resource 配置,使得生成的代码自动集成到 classpath 中。 感谢 @piggsoft
+新增:mybatis-flex-codegen 模块,用于 数据库-> Java 的代码生成
+新增:@Table() 注解添加 OnInsert 和 OnUpdate 的配置支持
+文档:新文档站点 https://mybatis-flex.com 上线
+
+
+
mybatis-flex v1.0.3 2023021:
新增:APT 自动生成 Mapper 代码的功能,无需在手动编写
新增:APT 新增 "processer.mappersGenerateEnable" 配置,用于开启是否自动生成 Mapper 类
diff --git a/docs/zh/codegen.md b/docs/zh/codegen.md
index 76645fba..e114fa84 100644
--- a/docs/zh/codegen.md
+++ b/docs/zh/codegen.md
@@ -9,7 +9,7 @@
com.mybatis-flex
mybatis-flex-codegen
- 1.0.3
+ 1.0.4
```
diff --git a/docs/zh/getting-started.md b/docs/zh/getting-started.md
index 02f7fc42..286de0e1 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.3
+ 1.0.4
```
diff --git a/docs/zh/maven.md b/docs/zh/maven.md
index 0aa853fe..2a6257c2 100644
--- a/docs/zh/maven.md
+++ b/docs/zh/maven.md
@@ -9,7 +9,7 @@
com.mybatis-flex
mybatis-flex-core
- 1.0.3
+ 1.0.4
```
@@ -19,7 +19,7 @@
com.mybatis-flex
mybatis-flex-spring
- 1.0.3
+ 1.0.4
``````
@@ -29,6 +29,6 @@
com.mybatis-flex
mybatis-flex-spring-boot-starter
- 1.0.3
+ 1.0.4
```
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index e44567ed..d69af748 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
com.mybatis-flex
parent
pom
- 1.0.3
+ 1.0.4
mybatis-flex
http://mybatis-flex.com