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]" }