diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c3c7fd..7340c2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - No unreleased changes so far +## [0.48.1] - 2023-10-27 +### Fixed +- Fixes a bug introduced by the range correction + +### Changed +- Updated API to 0.59.3 + ## [0.48.0] - 2023-10-27 ### Fixed - Fixes a bug in the API that causes incorrect range values for cars using miles instead of km (thanks to user @bendavidson for the contribution) diff --git a/requirements.txt b/requirements.txt index 13f8b60..4013583 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -weconnect[Images]~=0.59.2 +weconnect[Images]~=0.59.3 paho-mqtt~=1.6.1 python-dateutil~=2.8.2