From 008fea519736a31d7a10b4591d92ec4af3975d3f Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Mon, 8 Mar 2021 01:25:23 +0100 Subject: [PATCH] Updated CHANGELOG.md --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32353885..1633341f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. Given the high speed of development in the first phase, changes are being reported only starting from v0.20.2. +## [0.20.4] - 2021-03-08 + +### Added + +- Added SmartThings integration. +- Support for custom Redis message queue name over the `--redis-queue` argument. + +### Fixed + +- Refactored tests to use `pytest` instead of `unittest`. +- Some major bug fixes on procedures and hooks context evaluation. + ## [0.20.3] - 2021-02-28 ### Fixed