diff --git a/CHANGELOG.md b/CHANGELOG.md index d202d0ee87..463217c94f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [3.6.5](https://github.com/luuuis/hass_wibeee/compare/v3.6.4...v3.6.5) (2025-02-19) + + +### Bug Fixes + +* log Wibeee Cloud response at DEBUG ([#100](https://github.com/luuuis/hass_wibeee/issues/100)) ([698d964](https://github.com/luuuis/hass_wibeee/commit/698d96490efa1a6d8167312c0e010f89c0a36424)) + ### [3.6.4](https://github.com/luuuis/hass_wibeee/compare/v3.6.3...v3.6.4) (2025-01-04) diff --git a/custom_components/wibeee/manifest.json b/custom_components/wibeee/manifest.json index 2d533a8cd8..e511d2c811 100644 --- a/custom_components/wibeee/manifest.json +++ b/custom_components/wibeee/manifest.json @@ -16,5 +16,5 @@ "xmltodict==0.13.0", "lxml>=4.9.1,<6" ], - "version": "3.6.4" + "version": "3.6.5" }