From e98aa631101716a53bc9881a2c99783b3ff69c5e Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Mon, 13 Dec 2021 20:46:21 +0100 Subject: [PATCH] Updated CHANGELOG --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index de65a48e5d..cd960a2d29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,24 @@ 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.22.7] - 2021-12-13 + +### Added + +- Added support for audio tracks in Plex integration. + +### Changed + +- Web server uWSGI wrapper changed from `uwsgi` to `gunicorn`. + +### Fixed + +- Fixed client ID assignment logic in MQTT backends to prevent client ID clashes and reconnections + (closes #205). +- Updated LTR559 integration to be compatible with the new API. +- Updated Chromecast integration to be compatible with `pychromecast >= 10`. +- Better handling of media errors. + ## [0.22.6] - 2021-11-27 ### Added