diff --git a/joplin/CHANGELOG.md b/joplin/CHANGELOG.md index d3816a615..e673188c0 100644 --- a/joplin/CHANGELOG.md +++ b/joplin/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 2.9.5 (13-10-2022) +- Update to latest version from etechonomy/joplin-server - Add codenotary sign - Data location can be set either in /config, /data or /share - FIX BUG : Allow sqlite persistance diff --git a/joplin/config.json b/joplin/config.json index af2e3fc4b..7e4eea93d 100644 --- a/joplin/config.json +++ b/joplin/config.json @@ -44,6 +44,6 @@ }, "slug": "joplin", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "2.7.4-8", + "version": "2.9.5", "webui": "[PROTO:ssl]://[HOST]:[PORT:22300]" } diff --git a/joplin/updater.json b/joplin/updater.json index f16726eb5..46ddcd9fc 100644 --- a/joplin/updater.json +++ b/joplin/updater.json @@ -1,8 +1,8 @@ { - "last_update": "12-02-2022", + "last_update": "13-10-2022", "repository": "alexbelgium/hassio-addons", "slug": "joplin", "source": "github", "upstream_repo": "etechonomy/joplin-server", - "upstream_version": "2.7.4" + "upstream_version": "2.9.5" }