diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a22de4..c4cf5d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -117,3 +117,15 @@ [1.11.1] * Fix bug where OIDC configuration was cleared in non-sso mode +[1.12.0] +* Update traccar to 6.3 +* [Full changelog](https://www.traccar.org/blog/traccar-6-3/) +* Health check on the volume of stored messages +* Fix push notifications for read-only users +* Use official Google Map tiles with an API key +* Add Google traffic overlay +* New reverse geocoding options +* Faster device removal without removing history +* Avoid duplicated tasks with horizontal scaling +* Add a users column to the device list +* Clear attribute on null computation result diff --git a/CloudronManifest.json b/CloudronManifest.json index 244b249..1240325 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.11.1", - "upstreamVersion": "6.2", + "version": "1.12.0", + "upstreamVersion": "6.3", "minBoxVersion": "7.1.0", "memoryLimit": 1073741824, "healthCheckPath": "/",