Skip to content

Commit

Permalink
chore(release): 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luuuis committed Feb 14, 2024
1 parent a0e9400 commit f875448
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,18 @@

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](https://github.com/luuuis/hass_wibeee/compare/v3.4.3...v3.5.0) (2024-02-14)


### Features

* use values.xml api when polling sensor values ([#83](https://github.com/luuuis/hass_wibeee/issues/83)) ([6b18aea](https://github.com/luuuis/hass_wibeee/commit/6b18aeaf19d3beeb9cf423075de519025d28100c))


### 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.4.3](https://github.com/luuuis/hass_wibeee/compare/v3.4.2...v3.4.3) (2024-01-26)


2 changes: 1 addition & 1 deletion custom_components/wibeee/manifest.json
Original file line number Diff line number Diff line change
@@ -16,5 +16,5 @@
"xmltodict==0.13.0",
"lxml>=4.9.1,<6"
],
"version": "3.4.3"
"version": "3.5.0"
}

0 comments on commit f875448

Please sign in to comment.