From f2d4cb0c37ca205f70731552e9f1eed95748cab5 Mon Sep 17 00:00:00 2001 From: Till Steinbach Date: Sun, 3 Sep 2023 14:20:44 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea8a601..298b8cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - No unreleased changes so far +## [0.58.0] - 2023-09-03 +### Added +- honking and flashing on cars supporting honkAndFlash capability +- carType FUEL added +- BatteryPowerLevel EMERGENCY added +- trip averageAuxConsumption and averageRecuperation added for selected cars +- updating of trips fixed (thanks to user gilder0 for contributing) + +### Fixed +- Fixed some linter errors + +### Changed +- Updated build dependencies +- Improved logging of charging station errors + ## [0.57.0] - 2023-07-20 ### Added - honking and flashing on cars supporting honkAndFlash capability @@ -748,7 +763,8 @@ Minor fix in observer interface ## [0.1.0] - 2021-05-26 Initial release -[unreleased]: https://github.com/tillsteinbach/WeConnect-python/compare/v0.57.0...HEAD +[unreleased]: https://github.com/tillsteinbach/WeConnect-python/compare/v0.58.0...HEAD +[0.58.0]: https://github.com/tillsteinbach/WeConnect-python/releases/tag/v0.58.0 [0.57.0]: https://github.com/tillsteinbach/WeConnect-python/releases/tag/v0.57.0 [0.56.2]: https://github.com/tillsteinbach/WeConnect-python/releases/tag/v0.56.2 [0.56.1]: https://github.com/tillsteinbach/WeConnect-python/releases/tag/v0.56.1