Skip to content

Commit

Permalink
Prepare 0.36.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tillsteinbach authored Jun 23, 2022
1 parent 5c6e1bf commit 17d8da1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
- No unreleased changes so far

## [0.36.1] - 2022-06-23
### Added
- Added new values for attribute externalPower: active
- Added new values for attribute ledColor: green, red

### Changed
- Updated API to 0.43.1

## [0.36.0] - 2022-06-22 (Happy birthday Peer!)
### Added
- Added new attributes: externalPower, brandCode, autoUnlockPlugWhenChargedAC, ledColor (warning, it is not yet clear what values are allowed, so use these with caution)
Expand Down Expand Up @@ -576,7 +584,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.36.0...HEAD
[unreleased]: https://github.com/tillsteinbach/WeConnect-mqtt/compare/v0.36.1...HEAD
[0.36.1]: https://github.com/tillsteinbach/WeConnect-mqtt/releases/tag/v0.36.1
[0.36.0]: https://github.com/tillsteinbach/WeConnect-mqtt/releases/tag/v0.36.0
[0.35.0]: https://github.com/tillsteinbach/WeConnect-mqtt/releases/tag/v0.35.0
[0.34.0]: https://github.com/tillsteinbach/WeConnect-mqtt/releases/tag/v0.34.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
weconnect[Images]~=0.43.0
weconnect[Images]~=0.43.1
paho-mqtt~=1.6.1
python-dateutil~=2.8.2

0 comments on commit 17d8da1

Please sign in to comment.