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