diff --git a/joplin/CHANGELOG.md b/joplin/CHANGELOG.md index 742e5b719..7d7b40825 100644 --- a/joplin/CHANGELOG.md +++ b/joplin/CHANGELOG.md @@ -1,4 +1,7 @@ +## 3.5.2 (20-12-2025) +- Update to latest version from etechonomy/joplin-server (changelog : https://github.com/etechonomy/joplin-server/releases) + ## 3.5.2 (22-12-2025) - Automatically clear stale migration locks for SQLite and PostgreSQL databases on startup to avoid blocked fresh installs - Add database client utilities for unlocking migrations diff --git a/joplin/updater.json b/joplin/updater.json index 6d680e269..ab8d94f13 100644 --- a/joplin/updater.json +++ b/joplin/updater.json @@ -1,8 +1,8 @@ { - "last_update": "06-12-2025", + "last_update": "20-12-2025", "repository": "alexbelgium/hassio-addons", "slug": "joplin", "source": "github", "upstream_repo": "etechonomy/joplin-server", - "upstream_version": "3.5.1" + "upstream_version": "3.5.2" }