diff --git a/flexget/CHANGELOG.md b/flexget/CHANGELOG.md index dd487a094..0977da23a 100644 --- a/flexget/CHANGELOG.md +++ b/flexget/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 3.5.6 (03-12-2022) +- Update to latest version from wiserain/flexget - WARNING : update to supervisor 2022.11 before installing ## 3.5.5 (12-11-2022) diff --git a/flexget/config.json b/flexget/config.json index be1e38682..c5fd980df 100644 --- a/flexget/config.json +++ b/flexget/config.json @@ -38,6 +38,6 @@ }, "slug": "flexget", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "3.5.5", + "version": "3.5.6", "webui": "[PROTO:ssl]://[HOST]:[PORT:5050]" -} \ No newline at end of file +} diff --git a/flexget/updater.json b/flexget/updater.json index ccd5c4f68..b6ea671e8 100644 --- a/flexget/updater.json +++ b/flexget/updater.json @@ -1,8 +1,8 @@ { - "last_update": "12-11-2022", + "last_update": "03-12-2022", "repository": "alexbelgium/hassio-addons", "slug": "flexget", "source": "dockerhub", "upstream_repo": "wiserain/flexget", - "upstream_version": "3.5.5" + "upstream_version": "3.5.6" }