diff --git a/CHANGELOG.md b/CHANGELOG.md index b79a94b..2083aad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,21 @@ -CHANGELOG.mdCHANGELOG.md# Changelog +# Changelog All notable changes to this project will be documented in this file. ## [Unreleased] - No unreleased changes so far +## [0.25.0] - in testing + +### Changed +- Requests changed from list to dict +- Updated API to 0.37.0 + +### Added +- Possibility to use temperature when startng climatisation +- Added fail_no_external_power to generic request status +- Added chargeType attribute to chargingStatus +- Added chargingSettings attribute to chargingStatus + ## [0.24.2] - 2022-02-12 ### Fixed - Fixes bug in charging state API fixing procedure diff --git a/requirements.txt b/requirements.txt index 04bfeaa..96a287b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -weconnect[Images]~=0.36.4 +weconnect[Images]~=0.37.0.dev4 ascii_magic~=1.6