diff --git a/CHANGELOG.md b/CHANGELOG.md index a31f672..45a1c8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -161,3 +161,13 @@ [1.16.0] * Update base image to 5.0.0 +[1.17.0] +* Update traccar to 6.7.1 +* [Full Changelog](https://www.traccar.org/blog/traccar-6-7.1/) +* Breaking change: Updated database schema to version 12 +* Feature: Added support for new GPS device models +* Feature: Improved geofencing accuracy +* Bugfix: Fixed issue with device disconnection +* Bugfix: Resolved memory leak in server module +* Bugfix: Corrected timezone handling in reports + diff --git a/CloudronManifest.json b/CloudronManifest.json index 2747341..7c040c7 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG.md", "tagline": "Modern GPS Tracking Platform", - "version": "1.16.0", + "version": "1.17.0", "upstreamVersion": "6.7.1", "minBoxVersion": "8.1.0", "memoryLimit": 1073741824,