diff --git a/flexget/CHANGELOG.md b/flexget/CHANGELOG.md index 4465be2db..cbf0743ce 100644 --- a/flexget/CHANGELOG.md +++ b/flexget/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 3.2.17 (04-02-2022) +- Update to latest version from flexget/flexget - Addition of FG_LOG_LEVEL ## 3.2.16 (27-01-2022) diff --git a/flexget/config.json b/flexget/config.json index f22635ca8..694d8bd1a 100644 --- a/flexget/config.json +++ b/flexget/config.json @@ -29,12 +29,12 @@ "PUID": "int", "PGID": "int", "WebuiPass": "str?", - "FG_PLUGINS": "str?", + "FG_PLUGINS": "str?", "FG_LOG_LEVEL": "list(critical|error|warning|info|verbose|debug|trace)?" }, "slug": "flexget", - "upstream": "3.2.16", + "upstream": "3.2.17", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "3.2.16-2", + "version": "3.2.17", "webui": "http://[HOST]:[PORT:5050]" }