From 563db4fe372d93a1e03f344fdbd7b91915d7d1ef Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Tue, 31 Aug 2021 01:57:02 +0200 Subject: [PATCH] Update to 2.4.2 --- joplin/CHANGELOG.md | 3 +++ joplin/config.json | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/joplin/CHANGELOG.md b/joplin/CHANGELOG.md index 735b00177..4b1ade46d 100644 --- a/joplin/CHANGELOG.md +++ b/joplin/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 2.4.2 (31-08-2021) +- Update to latest version from laurent22/joplin - Allow custom mailer options thanks @Poudenes - Allow connecting external db thanks @Poudenes diff --git a/joplin/config.json b/joplin/config.json index a69010d1e..1450bbc19 100644 --- a/joplin/config.json +++ b/joplin/config.json @@ -1,7 +1,7 @@ { "name": "Joplin Server", - "version": "2.4.3-2", - "upstream": "2.4.3", + "version": "2.4.2", + "upstream": "2.4.2", "slug": "joplin", "description": "Self-hosted open source note-taking application", "url": "https://github.com/alexbelgium/hassio-addons",