From 5a3ccbf2ac9a98c972b88e9359b771a8bb049783 Mon Sep 17 00:00:00 2001 From: Xiaonan Shen Date: Sat, 15 May 2021 16:02:58 +0800 Subject: [PATCH] Bump version to 0.8.5 --- CHANGELOG.md | 7 +++++++ setup.cfg | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd79067..d8ccf8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog +## 0.8.5 + +- Add new device type Pure Hot+Cool Link New (455A) +- Make it possible to parse WiFi SSID of 455A and 438E devices +- Support `ON/OFF` as `oson` value for Pure Cool devices + + ## 0.8.4 - Fix CN cert chain diff --git a/setup.cfg b/setup.cfg index 292df65..3dd4145 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = libdyson -version = 0.8.4 +version = 0.8.5 author = Xiaonan Shen author_email = s@sxn.dev license = MIT License