From 8d35c6b9670ccc2d3fb83b83ba8edbe581bb43a5 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Sat, 10 Aug 2024 10:17:09 +0200 Subject: [PATCH] Version 1.13.0 --- CHANGELOG.md | 6 ++++++ CloudronManifest.json | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4cf5d4..e7fc7d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -129,3 +129,9 @@ * Avoid duplicated tasks with horizontal scaling * Add a users column to the device list * Clear attribute on null computation result + +[1.13.0] +* Update traccar to 6.4 +* [Full changelog](https://www.traccar.org/blog/traccar-6-4/) +* critical fix for device freezing issue + diff --git a/CloudronManifest.json b/CloudronManifest.json index 1240325..f596849 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,8 +5,8 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG.md", "tagline": "Modern GPS Tracking Platform", - "version": "1.12.0", - "upstreamVersion": "6.3", + "version": "1.13.0", + "upstreamVersion": "6.4", "minBoxVersion": "7.1.0", "memoryLimit": 1073741824, "healthCheckPath": "/",