Skip to content

Commit

Permalink
release v1.5.0 (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaibocai authored Nov 2, 2023
1 parent 8a74001 commit 81a8e7e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## placeholder
## v1.5.0
* Fix exception type issue when using `RetriableTask` in fan in/out pattern ([#174](https://github.com/microsoft/durabletask-java/pull/174))
* Add implementation to generate name-based deterministic UUID ([#175](https://github.com/microsoft/durabletask-java/pull/175))
* Add implementation to generate name-based deterministic UUID ([#176](https://github.com/microsoft/durabletask-java/pull/176))
* Update dependencies to resolve CVEs ([#177](https://github.com/microsoft/durabletask-java/pull/177))


## v1.4.0
Expand Down
2 changes: 1 addition & 1 deletion azurefunctions/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group 'com.microsoft'
version = '1.4.0'
version = '1.5.0'
archivesBaseName = 'durabletask-azure-functions'

def protocVersion = '3.12.0'
Expand Down
2 changes: 1 addition & 1 deletion client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group 'com.microsoft'
version = '1.4.0'
version = '1.5.0'
archivesBaseName = 'durabletask-client'

def grpcVersion = '1.59.0'
Expand Down

0 comments on commit 81a8e7e

Please sign in to comment.