diff --git a/CHANGELOG.md b/CHANGELOG.md index 25289fc..abe76a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -69,3 +69,13 @@ [1.6.0] * Update base image to 4.2.0 +[1.7.0] +* Update traccar to 5.10 +* [Full changelog](https://github.com/traccar/traccar/releases/tag/v5.10) +* [Release Announcement](https://www.traccar.org/blog/traccar-5-10/) +* Two-factor authentication using TOTP +* Event to notify about sent queued commands +* Option to access last position in computed attributes +* Unification of OBD speed units +* Event buffer limit in the web app (should improve performance) +* Automatic update check for the web app diff --git a/CloudronManifest.json b/CloudronManifest.json index 569e8dd..5668de2 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.6.0", - "upstreamVersion": "5.9", + "version": "1.7.0", + "upstreamVersion": "5.10", "minBoxVersion": "7.1.0", "memoryLimit": 1073741824, "healthCheckPath": "/",