diff --git a/CHANGELOG.md b/CHANGELOG.md index 34b0dae..c14cbf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.18.2] - 2021-06-29 + ### Changed - NewTask function now takes array of bytes as payload. diff --git a/internal/base/base.go b/internal/base/base.go index 997e1d2..7b7a508 100644 --- a/internal/base/base.go +++ b/internal/base/base.go @@ -22,7 +22,7 @@ import ( ) // Version of asynq library and CLI. -const Version = "0.17.2" +const Version = "0.18.0" // DefaultQueueName is the queue name used if none are specified by user. const DefaultQueueName = "default"