We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0db219 commit 05534c6Copy full SHA for 05534c6
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.18.5] - 2020-09-01
11
+
12
### Added
13
14
- `IsFailure` config option is added to determine whether error returned from Handler counts as a failure.
internal/base/base.go
@@ -23,7 +23,7 @@ import (
23
)
24
25
// Version of asynq library and CLI.
26
-const Version = "0.18.4"
+const Version = "0.18.5"
27
28
// DefaultQueueName is the queue name used if none are specified by user.
29
const DefaultQueueName = "default"
0 commit comments