diff --git a/flexget/CHANGELOG.md b/flexget/CHANGELOG.md index b5e59acf9..c0ef07c90 100644 --- a/flexget/CHANGELOG.md +++ b/flexget/CHANGELOG.md @@ -1,4 +1,7 @@ +## 3.5.5 (12-11-2022) +- Update to latest version from wiserain/flexget + ## 3.5.2 (05-11-2022) - Update to latest version from wiserain/flexget diff --git a/flexget/config.json b/flexget/config.json index 892b29433..a62f9713f 100644 --- a/flexget/config.json +++ b/flexget/config.json @@ -37,6 +37,6 @@ }, "slug": "flexget", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "3.5.2", + "version": "3.5.5", "webui": "[PROTO:ssl]://[HOST]:[PORT:5050]" } diff --git a/flexget/updater.json b/flexget/updater.json index 336a90ac3..ccd5c4f68 100644 --- a/flexget/updater.json +++ b/flexget/updater.json @@ -1,8 +1,8 @@ { - "last_update": "05-11-2022", + "last_update": "12-11-2022", "repository": "alexbelgium/hassio-addons", "slug": "flexget", "source": "dockerhub", "upstream_repo": "wiserain/flexget", - "upstream_version": "3.5.2" + "upstream_version": "3.5.5" }