From ae2e18d77ca2e722475fa4e2f0ce4ed65cafab1c Mon Sep 17 00:00:00 2001 From: tonis Date: Thu, 15 Dec 2022 06:56:43 +0700 Subject: [PATCH] update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1309f42..3749aba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [0.6.2] +- Fix error `NoSuchMethodError: kotlinx.coroutines.AbstractCoroutine.` + ## [0.6.1] - Parse the Telematics command response more specifically.