发布 1.0.7 版本

This commit is contained in:
hubin 2024-12-01 19:56:54 +08:00
parent ac617f21f9
commit 07bb9c4320
3 changed files with 13 additions and 2 deletions

View File

@ -1,5 +1,16 @@
# 更新日志
## [v1.0.7] 2024.12.01
- feat: 新增离职转办
- feat: 新增模型转换测试
- opt: 优化路由分支新增测试用例
- opt: 优化跳转找到父审批节点
- opt: 根据实例删除数据调整
- fix: 修复包容分支模型转换异常
- fix: 修复无参表单式兼容判断
- fix: gitee issues/IB6GKU
## [v1.0.6] 2024.11.22
- feat: 修改为 apache 2.0 协议开源

View File

@ -1,5 +1,5 @@
APP_GROUP=com.aizuda
APP_VERSION=1.0.6
APP_VERSION=1.0.7
SONATYPE_HOST=CENTRAL_PORTAL
RELEASE_SIGNING_ENABLED=true

View File

@ -17,7 +17,7 @@
</modules>
<properties>
<revision>1.0.6</revision>
<revision>1.0.7</revision>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<spring-boot.version>2.7.0</spring-boot.version>