Skip to content

Commit e872639

Browse files
authored
release version 1.1.1 (#143)
update CHANGELOG.md
1 parent 293489f commit e872639

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1+
## v1.1.1
2+
3+
### Updates
4+
* Fix exception occurring when invoking the `TaskOrchestrationContext#continueAsNew` method ([#118](https://github.com/microsoft/durabletask-java/issues/118))
5+
16
## v1.1.0
27

38
### Updates
4-
* Fix the potential NPE issue of `DurableTaskClient terminate` method ([#104](https://github.com/microsoft/durabletask-java/issues/104))
9+
* Fix the potential NPE issue of `DurableTaskClient#terminate` method ([#104](https://github.com/microsoft/durabletask-java/issues/104))
510
* Add waitForCompletionOrCreateCheckStatusResponse client API ([#115](https://github.com/microsoft/durabletask-java/pull/115))
611
* Support long timers by breaking up into smaller timers ([#114](https://github.com/microsoft/durabletask-java/issues/114))
712

azurefunctions/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

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

1111
def protocVersion = '3.12.0'

client/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

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

1414
def grpcVersion = '1.46.0'

0 commit comments

Comments
 (0)