Skip to content

Commit 81a8e7e

Browse files
authored
release v1.5.0 (#178)
1 parent 8a74001 commit 81a8e7e

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
## placeholder
1+
## v1.5.0
22
* Fix exception type issue when using `RetriableTask` in fan in/out pattern ([#174](https://github.com/microsoft/durabletask-java/pull/174))
3-
* Add implementation to generate name-based deterministic UUID ([#175](https://github.com/microsoft/durabletask-java/pull/175))
3+
* Add implementation to generate name-based deterministic UUID ([#176](https://github.com/microsoft/durabletask-java/pull/176))
4+
* Update dependencies to resolve CVEs ([#177](https://github.com/microsoft/durabletask-java/pull/177))
45

56

67
## v1.4.0

azurefunctions/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group 'com.microsoft'
8-
version = '1.4.0'
8+
version = '1.5.0'
99
archivesBaseName = 'durabletask-azure-functions'
1010

1111
def protocVersion = '3.12.0'

client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
group 'com.microsoft'
11-
version = '1.4.0'
11+
version = '1.5.0'
1212
archivesBaseName = 'durabletask-client'
1313

1414
def grpcVersion = '1.59.0'

0 commit comments

Comments
 (0)