From 1f2b87da708f2aabbabd79abb9b616e1987e6d39 Mon Sep 17 00:00:00 2001 From: Edwin van de Pol Date: Thu, 29 Aug 2024 01:30:38 +0200 Subject: [PATCH] Updated changelog --- .homeychangelog.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.homeychangelog.json b/.homeychangelog.json index f0d42e8..5d0f8b9 100644 --- a/.homeychangelog.json +++ b/.homeychangelog.json @@ -1,17 +1,17 @@ { - "1.3.0": { - "en": "Allow read only trackers. Improved error handling. Optimized number of API requests." + "1.0.0": { + "en": "Initial release." }, - "1.2.1": { - "en": "Improved error handling. Removed unnecessary API requests." + "1.1.0": { + "en": "Added multiple Power Saving Zones- and location related capabilities and flow cards. Bugfixes and stability improvements." }, "1.2.0": { "en": "Added virtual fence related capabilities and flow cards. Improved flow cards." }, - "1.1.0": { - "en": "Added multiple Power Saving Zones- and location related capabilities and flow cards. Bugfixes and stability improvements." + "1.2.1": { + "en": "Improved error handling. Removed unnecessary API requests." }, - "1.0.0": { - "en": "Initial release" + "1.3.0": { + "en": "Allow read only trackers. Improved error handling. Optimized number of API requests." } -} \ No newline at end of file +}