diff --git a/sabnzbd/CHANGELOG.md b/sabnzbd/CHANGELOG.md index bcd7ab815..7d5ce47f1 100644 --- a/sabnzbd/CHANGELOG.md +++ b/sabnzbd/CHANGELOG.md @@ -1,4 +1,7 @@ +## 4.0.3-ls123 (26-08-2023) +- Update to latest version from linuxserver/docker-sabnzbd + ## 4.0.3-ls122 (19-08-2023) - Update to latest version from linuxserver/docker-sabnzbd diff --git a/sabnzbd/config.json b/sabnzbd/config.json index 762401c86..358b7b186 100644 --- a/sabnzbd/config.json +++ b/sabnzbd/config.json @@ -93,6 +93,6 @@ }, "slug": "sabnzbd", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "4.0.3-ls122", + "version": "4.0.3-ls123", "webui": "http://[HOST]:[PORT:8080]" } diff --git a/sabnzbd/updater.json b/sabnzbd/updater.json index 642a0187a..5da23dc00 100644 --- a/sabnzbd/updater.json +++ b/sabnzbd/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "true", - "last_update": "19-08-2023", + "last_update": "26-08-2023", "repository": "alexbelgium/hassio-addons", "slug": "sabnzbd", "source": "github", "upstream_repo": "linuxserver/docker-sabnzbd", - "upstream_version": "4.0.3-ls122" + "upstream_version": "4.0.3-ls123" }