From 9ef529e8c5143727f64b17684c014ba7cd196bbc Mon Sep 17 00:00:00 2001 From: Ken Hibino Date: Mon, 11 Apr 2022 17:49:50 -0700 Subject: [PATCH] v0.7.0 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5792a99..7644cd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.7.0] - 2022-04-11 + +Version 0.7 added support for [Task Aggregation](https://github.com/hibiken/asynq/wiki/Task-aggregation) feature + +### Added + +- (ui): Added tasks view to show aggregated tasks + ## [0.6.1] - 2022-03-17 ### Fixed