Skip to content

Commit e938278

Browse files
authored
Release version v1.4.0 (#165)
1 parent b78297b commit e938278

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
## v1.4.0
2+
3+
### Updates
4+
* Refactor `createTimer` to be non-blocking ([#161](https://github.com/microsoft/durabletask-java/pull/161))
5+
16
## v1.3.0
27
* Refactor `RetriableTask` and add new `CompoundTask`, fixing Fan-out/Fan-in stuck when using `RetriableTask` ([#157](https://github.com/microsoft/durabletask-java/pull/157))
3-
* Refactor `createTimer` to be non-blocking ([#161](https://github.com/microsoft/durabletask-java/pull/161))
48

59
## v1.2.0
610

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.3.0'
8+
version = '1.4.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.3.0'
11+
version = '1.4.0'
1212
archivesBaseName = 'durabletask-client'
1313

1414
def grpcVersion = '1.46.0'

0 commit comments

Comments
 (0)