Prepare 0.7.0.5

This commit is contained in:
sdb9696 2024-07-18 08:40:35 +01:00
parent c4a9a19d5b
commit 82cff1346d
No known key found for this signature in database
GPG Key ID: D31806353346E25D
2 changed files with 16 additions and 2 deletions

View File

@ -1,6 +1,20 @@
# Changelog
## [0.7.0.4](https://github.com/python-kasa/python-kasa/tree/0.7.0.4) (2024-07-011)
## [0.7.0.5](https://github.com/python-kasa/python-kasa/tree/0.7.0.5) (2024-07-18)
[Full Changelog](https://github.com/python-kasa/python-kasa/compare/0.7.0.4...0.7.0.5)
A critical bugfix for an issue with some L530 Series devices and a redactor for sensitive info from debug logs.
**Fixed bugs:**
- Only refresh smart LightEffect module daily [\#1064](https://github.com/python-kasa/python-kasa/pull/1064)
**Project maintenance:**
- Redact sensitive info from debug logs [\#1069](https://github.com/python-kasa/python-kasa/pull/1069)
## [0.7.0.4](https://github.com/python-kasa/python-kasa/tree/0.7.0.4) (2024-07-11)
[Full Changelog](https://github.com/python-kasa/python-kasa/compare/0.7.0.3...0.7.0.4)

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "python-kasa"
version = "0.7.0.4"
version = "0.7.0.5"
description = "Python API for TP-Link Kasa Smarthome devices"
license = "GPL-3.0-or-later"
authors = ["python-kasa developers"]