diff --git a/flexget/CHANGELOG.md b/flexget/CHANGELOG.md index b433b47a1..68c87581f 100644 --- a/flexget/CHANGELOG.md +++ b/flexget/CHANGELOG.md @@ -1,4 +1,7 @@ +## 3.11.6 (06-01-2024) +- Update to latest version from wiserain/flexget + ## 3.11.3 (30-12-2023) - Update to latest version from wiserain/flexget diff --git a/flexget/config.json b/flexget/config.json index c24fabc7e..73136d620 100644 --- a/flexget/config.json +++ b/flexget/config.json @@ -90,6 +90,6 @@ "slug": "flexget", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "3.11.3", + "version": "3.11.6", "webui": "[PROTO:ssl]://[HOST]:[PORT:5050]" } diff --git a/flexget/updater.json b/flexget/updater.json index 1d0d45a98..057aaf90f 100644 --- a/flexget/updater.json +++ b/flexget/updater.json @@ -1,9 +1,9 @@ { "dockerhub_list_size": "10", - "last_update": "30-12-2023", + "last_update": "06-01-2024", "repository": "alexbelgium/hassio-addons", "slug": "flexget", "source": "dockerhub", "upstream_repo": "wiserain/flexget", - "upstream_version": "3.11.3" + "upstream_version": "3.11.6" }