This commit is contained in:
Ken Hibino 2021-11-06 15:25:09 -07:00
parent 741a3c59fa
commit d1f7d5dcf4
2 changed files with 8 additions and 0 deletions

View File

@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on ["Keep a Changelog"](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.4.0] - 2021-11-06
- Added "completed" state
- Updated to be compatible with asynq v0.19
## [0.3.2] - 2021-10-22
- (ui): Fixed build

View File

@ -10,6 +10,7 @@ Asynqmon is both a library that you can include in your web application, as well
| Asynq version | WebUI (asynqmon) version |
| -------------- | ------------------------ |
| 0.19.x | 0.4.x |
| 0.18.x | 0.2.x, 0.3.x |
| 0.16.x, 0.17.x | 0.1.x |