Skip to content

Commit

Permalink
Prepare for 0.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tillsteinbach authored and steinbach committed Jul 3, 2021
1 parent e5613f7 commit 96d13f8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
- no unreleased changes so far

## [0.10.0] - 2021-07-03
### Changed
- Update API to 0.11.0

### Fixed
- More robust against null data in API response

## [0.9.0] - 2021-06-28
### Changed
- Update API to 0.10.0 to use access token instead of id token
Expand Down Expand Up @@ -93,7 +100,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.9.0...HEAD
[unreleased]: https://github.com/tillsteinbach/WeConnect-mqtt/compare/v0.10.0...HEAD
[0.10.0]: https://github.com/tillsteinbach/WeConnect-mqtt/releases/tag/v0.10.0
[0.9.0]: https://github.com/tillsteinbach/WeConnect-mqtt/releases/tag/v0.9.0
[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
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.10.0
weconnect==0.11.0
paho-mqtt==1.5.1

0 comments on commit 96d13f8

Please sign in to comment.