Skip to content

Commit

Permalink
update API to 0.8.2 to fix leaf problem
Browse files Browse the repository at this point in the history
  • Loading branch information
steinbach committed Jun 21, 2021
1 parent a404bd1 commit 998b30b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
- no changes so far

## [0.8.2] - 2021-06-21
### Fixed
- Potential problem with finding leaf elements by updating API to 0.8.2
- Missing fail status for target operations by updating API to 0.9.0

## [0.8.1] - 2021-06-21
### Fixed
- Wrong error message containing unused attribute
Expand Down Expand Up @@ -84,7 +89,8 @@ Send empty message when topic is disabled
## [0.1.0] - 2021-05-27
Initial release

[unreleased]: https://github.com/tillsteinbach/WeConnect-mqtt/compare/v0.8.1...HEAD
[unreleased]: https://github.com/tillsteinbach/WeConnect-mqtt/compare/v0.8.2...HEAD
[0.8.2]: https://github.com/tillsteinbach/WeConnect-mqtt/releases/tag/v0.8.2
[0.8.1]: https://github.com/tillsteinbach/WeConnect-mqtt/releases/tag/v0.8.1
[0.8.0]: https://github.com/tillsteinbach/WeConnect-mqtt/releases/tag/v0.8.0
[0.7.0]: https://github.com/tillsteinbach/WeConnect-mqtt/releases/tag/v0.7.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
weconnect==0.8.1
weconnect==0.9.0
paho-mqtt==1.5.1

0 comments on commit 998b30b

Please sign in to comment.