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