From 0f41a269a711ff7636ad73f200e80b74c6feeba7 Mon Sep 17 00:00:00 2001 From: Till Steinbach Date: Thu, 23 Sep 2021 11:32:44 +0200 Subject: [PATCH] prepare 0.14.12 release --- CHANGELOG.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dffd096..f97dae4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - No unreleased changes so far +## [0.14.12] - 2021-09-23 +### Fixed +- Fixed problems coming from changes in the API + +### Added +- New images with badges +- New attributes: odometerMeasurement, rangeMeasurements, unitInCar, targetTemperature_F + +### Changed +- API updated to 0.20.12 + ## [0.14.11] - 2021-09-16 ### Fixed - Fixes previous release that did not take new exceptions into account @@ -264,7 +275,8 @@ All notable changes to this project will be documented in this file. ## [0.1.0] - 2021-05-26 Initial release -[unreleased]: https://github.com/tillsteinbach/WeConnect-cli/compare/v0.14.11..HEAD +[unreleased]: https://github.com/tillsteinbach/WeConnect-cli/compare/v0.14.12..HEAD +[0.14.12]: https://github.com/tillsteinbach/WeConnect-cli/releases/tag/v0.14.12 [0.14.11]: https://github.com/tillsteinbach/WeConnect-cli/releases/tag/v0.14.11 [0.14.10]: https://github.com/tillsteinbach/WeConnect-cli/releases/tag/v0.14.10 [0.14.9]: https://github.com/tillsteinbach/WeConnect-cli/releases/tag/v0.14.9