发布 1.1.0 版本

This commit is contained in:
hubin 2024-12-25 20:35:18 +08:00
parent 6326f645b8
commit 88388b4569
3 changed files with 10 additions and 2 deletions

View File

@ -1,5 +1,13 @@
# 更新日志
## [v1.0.9] 2024.12.25
- feat: 完善协议申明文档说明
- fix: 修复抄送后连续创建任务bug
- opt: 修改枚举 TaskType 命名解决 swagger set 类型识别异常
- opt: 优化或签任务参与者归档无法区分处理人weight标记为1
- opt: 其它代码优化
## [v1.0.9] 2024.12.18
- feat: 新增支持根据businessKey查询实例列表方法

View File

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

View File

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