Skip to content

Commit

Permalink
发布 1.1.0 版本
Browse files Browse the repository at this point in the history
  • Loading branch information
qmdx committed Dec 25, 2024
1 parent 6326f64 commit 88388b4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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查询实例列表方法
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.9
APP_VERSION=1.1.0

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 @@ -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>
Expand Down

0 comments on commit 88388b4

Please sign in to comment.