From d02b722d8a5faa290cac4f32669ef14f06895923 Mon Sep 17 00:00:00 2001 From: Ken Hibino Date: Tue, 29 Jun 2021 16:36:52 -0700 Subject: [PATCH] v0.18.0 --- CHANGELOG.md | 2 ++ internal/base/base.go | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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"