From 8fdae7271a3bdedea91db53bc5b0b492d5097cca Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Wed, 18 Sep 2024 13:47:27 +0200 Subject: [PATCH] Bump version --- CHANGELOG.md | 11 +++++++++++ CloudronManifest.json | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7fc7d9..b99bfc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -135,3 +135,14 @@ * [Full changelog](https://www.traccar.org/blog/traccar-6-4/) * critical fix for device freezing issue +[1.14.0] +* Update traccar to 6.5 +* [Full changelog](https://www.traccar.org/blog/traccar-6-5/) +* Handling processing errors to fix freezing devices +* Option to use linked driver as the current driver +* Support multiple alarms in a single position +* Improve web app loading experience +* Google Maps fallback option with no API key +* Wialon position forwarding option +* Fix map attribution control + diff --git a/CloudronManifest.json b/CloudronManifest.json index f596849..064e295 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.13.0", - "upstreamVersion": "6.4", + "version": "1.14.0", + "upstreamVersion": "6.5", "minBoxVersion": "7.1.0", "memoryLimit": 1073741824, "healthCheckPath": "/",