Skip to content

Commit e9b1ebe

Browse files
committed
prepare 0.49.4 release
1 parent 90b2017 commit e9b1ebe

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
## [Unreleased]
55
- No unreleased changes so far
66

7+
## [0.49.4] - 2025-11-29
8+
### Fixed
9+
- Fixes refresh token handling that was broken in 0.49.3 due to typo when backporting changes
10+
711
## [0.49.3] - 2024-11-29
812
### Fixed
913
- Fixes login due to changes in the login form
@@ -892,7 +896,8 @@ Send empty message when topic is disabled
892896
## [0.1.0] - 2021-05-27
893897
Initial release
894898

895-
[unreleased]: https://github.com/tillsteinbach/WeConnect-mqtt/compare/v0.49.3...HEAD
899+
[unreleased]: https://github.com/tillsteinbach/WeConnect-mqtt/compare/v0.49.4...HEAD
900+
[0.49.4]:https://github.com/tillsteinbach/WeConnect-mqtt/releases/tag/v0.49.4
896901
[0.49.3]: https://github.com/tillsteinbach/WeConnect-mqtt/releases/tag/v0.49.3
897902
[0.49.2]: https://github.com/tillsteinbach/WeConnect-mqtt/releases/tag/v0.49.2
898903
[0.49.1]: https://github.com/tillsteinbach/WeConnect-mqtt/releases/tag/v0.49.1

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
weconnect[Images]~=0.60.9
1+
weconnect[Images]~=0.60.10
22
paho-mqtt~=2.1.0
33
python-dateutil~=2.9.0

0 commit comments

Comments
 (0)