Skip to content

Commit

Permalink
release version 1.1.1
Browse files Browse the repository at this point in the history
update CHANGELOG.md
  • Loading branch information
kaibocai committed Jun 19, 2023
1 parent 293489f commit 811f6dc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
## v1.1.1

### Updates
* Fix exception occurring when invoking the `TaskOrchestrationContext#continueAsNew` method ([#118](https://github.com/microsoft/durabletask-java/issues/118))

## v1.1.0

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

Expand Down
2 changes: 1 addition & 1 deletion azurefunctions/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group 'com.microsoft'
version = '1.1.0'
version = '1.1.1'
archivesBaseName = 'durabletask-azure-functions'

def protocVersion = '3.12.0'
Expand Down
2 changes: 1 addition & 1 deletion client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group 'com.microsoft'
version = '1.1.0'
version = '1.1.1'
archivesBaseName = 'durabletask-client'

def grpcVersion = '1.46.0'
Expand Down

0 comments on commit 811f6dc

Please sign in to comment.