diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e64db28..2ef0873f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.8.1](https://github.com/python-kasa/python-kasa/tree/0.8.1) (2024-12-06) + +This patch release fixes some issues with newly supported smartcam devices. + +[Full Changelog](https://github.com/python-kasa/python-kasa/compare/0.8.0...0.8.1) + +**Fixed bugs:** + +- Fix update errors on hubs with unsupported children [\#1344](https://github.com/python-kasa/python-kasa/pull/1344) (@sdb9696) +- Fix smartcam missing device id [\#1343](https://github.com/python-kasa/python-kasa/pull/1343) (@sdb9696) + ## [0.8.0](https://github.com/python-kasa/python-kasa/tree/0.8.0) (2024-11-26) [Full Changelog](https://github.com/python-kasa/python-kasa/compare/0.7.7...0.8.0) diff --git a/pyproject.toml b/pyproject.toml index 506888cd..9dc265c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "python-kasa" -version = "0.8.0" +version = "0.8.1" description = "Python API for TP-Link Kasa and Tapo devices" license = {text = "GPL-3.0-or-later"} authors = [ { name = "python-kasa developers" }] diff --git a/uv.lock b/uv.lock index 12e2cb81..c6802330 100644 --- a/uv.lock +++ b/uv.lock @@ -1088,7 +1088,7 @@ wheels = [ [[package]] name = "python-kasa" -version = "0.8.0" +version = "0.8.1" source = { editable = "." } dependencies = [ { name = "aiohttp" },