From 4be75c1813a4105de74e0ef2b45ac3d1a7fb1c94 Mon Sep 17 00:00:00 2001 From: Tobias Lindberg Date: Mon, 12 Aug 2024 11:38:45 +0200 Subject: [PATCH] bumping new version v1.18.2 updating CHANGELOG --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2017255..4ac6b4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.18.2] - 2024-08-12 + +### Changed + +- bump alpine from 3.20.1 to 3.20.2 ([#297](https://github.com/tobiasehlert/teslamateapi/pull/297) by [dependabot](https://github.com/dependabot)) +- bump github.com/eclipse/paho.mqtt.golang from 1.4.3 to 1.5.0 ([#298](https://github.com/tobiasehlert/teslamateapi/pull/298) by [dependabot](https://github.com/dependabot)) + +### Fixed + +- fix converts the current speed if unit is "mi" on status endpoint ([#299](https://github.com/tobiasehlert/teslamateapi/pull/299) by [ckanoab](https://github.com/ckanoab)) +- fix status drivingdetails.speed to be int and not float64 ([#301](https://github.com/tobiasehlert/teslamateapi/pull/301) by [tobiasehlert](https://github.com/tobiasehlert)) + ## [1.18.1] - 2024-07-24 ### Fixed @@ -516,6 +528,7 @@ The `ENCRYPTION_KEY` needs to have the same value as the key in the environment Initial commit +[1.18.2]: https://github.com/tobiasehlert/teslamateapi/compare/v1.18.1...v1.18.2 [1.18.1]: https://github.com/tobiasehlert/teslamateapi/compare/v1.18.0...v1.18.1 [1.18.0]: https://github.com/tobiasehlert/teslamateapi/compare/v1.17.2...v1.18.0 [1.17.2]: https://github.com/tobiasehlert/teslamateapi/compare/v1.17.1...v1.17.2