Skip to content

Commit 05534c6

Browse files
committed
v0.18.5
1 parent f0db219 commit 05534c6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.18.5] - 2020-09-01
11+
1012
### Added
1113

1214
- `IsFailure` config option is added to determine whether error returned from Handler counts as a failure.

internal/base/base.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import (
2323
)
2424

2525
// Version of asynq library and CLI.
26-
const Version = "0.18.4"
26+
const Version = "0.18.5"
2727

2828
// DefaultQueueName is the queue name used if none are specified by user.
2929
const DefaultQueueName = "default"

0 commit comments

Comments
 (0)