From 40f1d7f93b35e80a02b44d90da6ca366ffede5ba Mon Sep 17 00:00:00 2001 From: Till Steinbach Date: Sun, 3 Sep 2023 14:24:55 +0200 Subject: [PATCH] prepare 0.36.0 release --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b384f5..6c56345 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - No unreleased changes so far +## [0.36.0] - 2023-09-03 +### Added +- carType FUEL added +- BatteryPowerLevel EMERGENCY added +- trip averageAuxConsumption and averageRecuperation added for selected cars +- updating of trips fixed (thanks to user gilder0 for contributing) + +### Changed +- Updated API to 0.58.0 + ## [0.35.0] - 2023-07-20 ### Added - honking and flashing on cars supporting honkAndFlash capability @@ -752,7 +762,8 @@ All notable changes to this project will be documented in this file. Initial release -[unreleased]: https://github.com/tillsteinbach/WeConnect-cli/compare/v0.35.0..HEAD +[unreleased]: https://github.com/tillsteinbach/WeConnect-cli/compare/v0.36.0..HEAD +[0.36.0]: https://github.com/tillsteinbach/WeConnect-cli/releases/tag/v0.36.0 [0.35.0]: https://github.com/tillsteinbach/WeConnect-cli/releases/tag/v0.35.0 [0.34.2]: https://github.com/tillsteinbach/WeConnect-cli/releases/tag/v0.34.2 [0.34.1]: https://github.com/tillsteinbach/WeConnect-cli/releases/tag/v0.34.1