From 81d10f3be82cccfed15c3d64cdf7241a18956c3c Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 12 Sep 2026 01:29:11 +0200 Subject: [PATCH] Updater bot : joplin updated to 3.7.2 (upstream 3.7.2) --- joplin/CHANGELOG.md | 3 +++ joplin/config.yaml | 2 +- joplin/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/joplin/CHANGELOG.md b/joplin/CHANGELOG.md index 3a7674f324..cac6d5c3d3 100644 --- a/joplin/CHANGELOG.md +++ b/joplin/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 3.7.2 (2026-09-12) +- Update to latest version from etechonomy/joplin-server (changelog : https://github.com/etechonomy/joplin-server/releases) ## 3.7.1 (2026-05-22) - Update to latest version from etechonomy/joplin-server (changelog : https://github.com/etechonomy/joplin-server/releases) diff --git a/joplin/config.yaml b/joplin/config.yaml index 97348305db..2812fb9a72 100644 --- a/joplin/config.yaml +++ b/joplin/config.yaml @@ -104,5 +104,5 @@ schema: slug: joplin udev: true url: https://github.com/alexbelgium/hassio-addons -version: "3.7.1" +version: "3.7.2" webui: "[PROTO:ssl]://[HOST]:[PORT:22300]" diff --git a/joplin/updater.json b/joplin/updater.json index fbf80df5b5..54e3da715b 100644 --- a/joplin/updater.json +++ b/joplin/updater.json @@ -1,8 +1,8 @@ { - "last_update": "2026-05-22", + "last_update": "2026-09-12", "repository": "alexbelgium/hassio-addons", "slug": "joplin", "source": "github", "upstream_repo": "etechonomy/joplin-server", - "upstream_version": "3.7.1" + "upstream_version": "3.7.2" }