diff --git a/sabnzbd/CHANGELOG.md b/sabnzbd/CHANGELOG.md index 01858f315..5f7f1f646 100644 --- a/sabnzbd/CHANGELOG.md +++ b/sabnzbd/CHANGELOG.md @@ -1,4 +1,7 @@ +## 4.0.1-ls108 (19-05-2023) +- Update to latest version from linuxserver/docker-sabnzbd + ## 4.0.1-ls106 (13-05-2023) - Update to latest version from linuxserver/docker-sabnzbd - Feat : cifsdomain added diff --git a/sabnzbd/config.json b/sabnzbd/config.json index 8be6d9e2f..5557cafcb 100644 --- a/sabnzbd/config.json +++ b/sabnzbd/config.json @@ -95,6 +95,6 @@ }, "slug": "sabnzbd", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "4.0.1-ls106", + "version": "4.0.1-ls108", "webui": "http://[HOST]:[PORT:8080]" } diff --git a/sabnzbd/updater.json b/sabnzbd/updater.json index 97fd2e20b..fd9ca1fb3 100644 --- a/sabnzbd/updater.json +++ b/sabnzbd/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "true", - "last_update": "13-05-2023", + "last_update": "19-05-2023", "repository": "alexbelgium/hassio-addons", "slug": "sabnzbd", "source": "github", "upstream_repo": "linuxserver/docker-sabnzbd", - "upstream_version": "4.0.1-ls106" + "upstream_version": "4.0.1-ls108" }