Skip to content

Commit a693a4f

Browse files
authored
release version 1.0.0 (#97)
1 parent 8d76c6c commit a693a4f

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
### Updates
1010

11-
* Updated package version to v1.0.0 - to be updated
1211
* update DataConverterException with detail error message ([#78](https://github.com/microsoft/durabletask-java/issues/78))
1312
* update OrchestratorBlockedEvent and TaskFailedException to be unchecked exceptions ([#88](https://github.com/microsoft/durabletask-java/issues/88))
1413
* updated PurgeInstances to take a timeout parameter and throw TimeoutException ([#37](https://github.com/microsoft/durabletask-java/issues/37))
@@ -17,6 +16,4 @@
1716
### Breaking changes
1817

1918
* Use java worker middleware to avoid wrapper method when create orchestrator function ([#87](https://github.com/microsoft/durabletask-java/pull/87))
20-
* Fixed DurableClientContext.createCheckStatusResponse to return 202 ([#92](https://github.com/microsoft/durabletask-java/pull/92))
21-
22-
* to be updated
19+
* Fixed DurableClientContext.createCheckStatusResponse to return 202 ([#92](https://github.com/microsoft/durabletask-java/pull/92))

azurefunctions/build.gradle

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

66
group 'com.microsoft'
7-
version = '1.0.0-beta.1'
7+
version = '1.0.0'
88
archivesBaseName = 'durabletask-azure-functions'
99

1010
def protocVersion = '3.12.0'

client/build.gradle

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

99
group 'com.microsoft'
10-
version = '1.0.0-beta.1'
10+
version = '1.0.0'
1111
archivesBaseName = 'durabletask-client'
1212

1313
def grpcVersion = '1.46.0'

0 commit comments

Comments
 (0)