From a4a50d3ba74c8abf9cf0a9a1dbd41268f14bc9b8 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Mon, 7 Feb 2022 11:21:59 +0100 Subject: [PATCH] Updater bot : flexget updated to 3.2.18 --- flexget/CHANGELOG.md | 3 +++ flexget/config.json | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/flexget/CHANGELOG.md b/flexget/CHANGELOG.md index cbf0743ce..e4dbc6a13 100644 --- a/flexget/CHANGELOG.md +++ b/flexget/CHANGELOG.md @@ -1,4 +1,7 @@ +## 3.2.18 (07-02-2022) +- Update to latest version from flexget/flexget + ## 3.2.17 (04-02-2022) - Update to latest version from flexget/flexget - Addition of FG_LOG_LEVEL diff --git a/flexget/config.json b/flexget/config.json index 694d8bd1a..12fbc18f7 100644 --- a/flexget/config.json +++ b/flexget/config.json @@ -33,8 +33,8 @@ "FG_LOG_LEVEL": "list(critical|error|warning|info|verbose|debug|trace)?" }, "slug": "flexget", - "upstream": "3.2.17", + "upstream": "3.2.18", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "3.2.17", + "version": "3.2.18", "webui": "http://[HOST]:[PORT:5050]" }