Skip to content

Commit

Permalink
升级 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
qmdx committed Sep 1, 2024
1 parent 159e0c8 commit 28fb853
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# 更新日志

## [v1.0.1] 2024.09.01

- 新增模拟角色直接分配处理人并自动完成
- 新增支持执行任务中动态指定后续节点处理人
- 优化细分角色认领部门认领
- 修复发布抄送事件后查询不到抄送人员
- 修复自选处理人的时, 在发起审批线程没有重新渲染逻辑节点parentNode
- 修改测试用例修改认领部分逻辑

## [v1.0.0] 2024.08.21

- 优化包容分支支持完成
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
APP_GROUP=com.aizuda
APP_VERSION=1.0.0
APP_VERSION=1.0.1

SONATYPE_HOST=CENTRAL_PORTAL
RELEASE_SIGNING_ENABLED=true
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</modules>

<properties>
<revision>1.0.0</revision>
<revision>1.0.1</revision>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<spring-boot.version>2.7.0</spring-boot.version>
Expand Down

0 comments on commit 28fb853

Please sign in to comment.