diff --git a/flexget/CHANGELOG.md b/flexget/CHANGELOG.md index 4a1ea295b..6d8c2df44 100644 --- a/flexget/CHANGELOG.md +++ b/flexget/CHANGELOG.md @@ -1,4 +1,7 @@ +## 3.4.0 (27-10-2022) +- Update to latest version from wiserain/flexget + ## 3.3.39 (22-10-2022) - Update to latest version from wiserain/flexget diff --git a/flexget/config.json b/flexget/config.json index 83293967f..b882b1109 100644 --- a/flexget/config.json +++ b/flexget/config.json @@ -37,6 +37,6 @@ }, "slug": "flexget", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "3.3.39", + "version": "3.4.0", "webui": "[PROTO:ssl]://[HOST]:[PORT:5050]" } diff --git a/flexget/updater.json b/flexget/updater.json index 8b9f8fadf..2fad90fc6 100644 --- a/flexget/updater.json +++ b/flexget/updater.json @@ -1,8 +1,8 @@ { - "last_update": "22-10-2022", + "last_update": "27-10-2022", "repository": "alexbelgium/hassio-addons", "slug": "flexget", "source": "dockerhub", "upstream_repo": "wiserain/flexget", - "upstream_version": "3.3.39" + "upstream_version": "3.4.0" }