Skip to content

Commit 8bb8050

Browse files
authored
Release v1.6.3 (#259)
1 parent 7341810 commit 8bb8050

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Unreleased
22

3+
## v1.6.3
4+
* Add DurableTaskGrpcClientFactory ([#256](https://github.com/microsoft/durabletask-java/pull/256))
5+
* Add support for running GitHub workflows manually and update flaky tests ([#258](https://github.com/microsoft/durabletask-java/pull/258))
6+
37
## v1.6.2
48
* Fixing gRPC channel shutdown ([#249](https://github.com/microsoft/durabletask-java/pull/249))
59

azurefunctions/build.gradle

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

88
group 'com.microsoft'
9-
version = '1.6.2'
9+
version = '1.6.3'
1010
archivesBaseName = 'durabletask-azure-functions'
1111

1212
def protocVersion = '3.12.0'

azuremanaged/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ plugins {
1717

1818
archivesBaseName = 'durabletask-azuremanaged'
1919
group 'com.microsoft'
20-
version = '1.6.2'
20+
version = '1.6.3'
2121

2222
def grpcVersion = '1.59.0'
2323
def azureCoreVersion = '1.45.0'

client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
}
1111

1212
group 'com.microsoft'
13-
version = '1.6.2'
13+
version = '1.6.3'
1414
archivesBaseName = 'durabletask-client'
1515

1616
def grpcVersion = '1.59.0'

0 commit comments

Comments
 (0)