Skip to content

Commit

Permalink
Release version v1.4.0 (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamperiadis authored Sep 7, 2023
1 parent b78297b commit e938278
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## v1.4.0

### Updates
* Refactor `createTimer` to be non-blocking ([#161](https://github.com/microsoft/durabletask-java/pull/161))

## v1.3.0
* Refactor `RetriableTask` and add new `CompoundTask`, fixing Fan-out/Fan-in stuck when using `RetriableTask` ([#157](https://github.com/microsoft/durabletask-java/pull/157))
* Refactor `createTimer` to be non-blocking ([#161](https://github.com/microsoft/durabletask-java/pull/161))

## v1.2.0

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.3.0'
version = '1.4.0'
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.3.0'
version = '1.4.0'
archivesBaseName = 'durabletask-client'

def grpcVersion = '1.46.0'
Expand Down

0 comments on commit e938278

Please sign in to comment.