diff --git a/joplin/CHANGELOG.md b/joplin/CHANGELOG.md index 8c2b21a6e..ad9622f56 100644 --- a/joplin/CHANGELOG.md +++ b/joplin/CHANGELOG.md @@ -1,4 +1,7 @@ +## 2.10.11 (18-03-2023) +- Update to latest version from etechonomy/joplin-server + ## 2.10.10 (11-03-2023) - Update to latest version from etechonomy/joplin-server - Implemented healthcheck diff --git a/joplin/config.json b/joplin/config.json index 3a5c5f324..0278037e0 100644 --- a/joplin/config.json +++ b/joplin/config.json @@ -48,6 +48,6 @@ }, "slug": "joplin", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "2.10.10", + "version": "2.10.11", "webui": "[PROTO:ssl]://[HOST]:[PORT:22300]" } diff --git a/joplin/updater.json b/joplin/updater.json index eb9e16fb5..c417ecc3a 100644 --- a/joplin/updater.json +++ b/joplin/updater.json @@ -1,8 +1,8 @@ { - "last_update": "11-03-2023", + "last_update": "18-03-2023", "repository": "alexbelgium/hassio-addons", "slug": "joplin", "source": "github", "upstream_repo": "etechonomy/joplin-server", - "upstream_version": "2.10.10" + "upstream_version": "2.10.11" }