diff --git a/flexget/CHANGELOG.md b/flexget/CHANGELOG.md index 47c4eaae5..d522b91d1 100644 --- a/flexget/CHANGELOG.md +++ b/flexget/CHANGELOG.md @@ -1,4 +1,7 @@ +## 3.5.34 (25-03-2023) +- Update to latest version from wiserain/flexget + ## 3.5.32 (18-03-2023) - Update to latest version from wiserain/flexget diff --git a/flexget/config.json b/flexget/config.json index 2f6b8d24d..80d583435 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.32", + "version": "3.5.34", "webui": "[PROTO:ssl]://[HOST]:[PORT:5050]" } diff --git a/flexget/updater.json b/flexget/updater.json index a2d47299d..ccc20e1a3 100644 --- a/flexget/updater.json +++ b/flexget/updater.json @@ -1,8 +1,8 @@ { - "last_update": "18-03-2023", + "last_update": "25-03-2023", "repository": "alexbelgium/hassio-addons", "slug": "flexget", "source": "dockerhub", "upstream_repo": "wiserain/flexget", - "upstream_version": "3.5.32" + "upstream_version": "3.5.34" }