diff --git a/CHANGELOG.md b/CHANGELOG.md index 449d82cc37..1e517252c0 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.5.0-beta.1](https://github.com/luuuis/hass_wibeee/compare/v3.5.0-beta.0...v3.5.0-beta.1) (2024-02-14) + + +### Bug Fixes + +* relax lxml requirement to increase for compatibility with older HA ([#84](https://github.com/luuuis/hass_wibeee/issues/84)) ([1cec76d](https://github.com/luuuis/hass_wibeee/commit/1cec76df094f75a3905c1bd04cb37bd5d20cadea)) + ## [3.5.0-beta.0](https://github.com/luuuis/hass_wibeee/compare/v3.4.3...v3.5.0-beta.0) (2024-02-13) diff --git a/custom_components/wibeee/manifest.json b/custom_components/wibeee/manifest.json index b45deb903d..e441037979 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.5.0-beta.0" + "version": "3.5.0-beta.1" }