diff --git a/sabnzbd/CHANGELOG.md b/sabnzbd/CHANGELOG.md index 2f16c74fc..33c48d43f 100644 --- a/sabnzbd/CHANGELOG.md +++ b/sabnzbd/CHANGELOG.md @@ -1,4 +1,7 @@ +## 4.5.5 (25-10-2025) +- Update to latest version from linuxserver/docker-sabnzbd (changelog : https://github.com/linuxserver/docker-sabnzbd/releases) + ## 4.5.3 (30-08-2025) - Update to latest version from linuxserver/docker-sabnzbd (changelog : https://github.com/linuxserver/docker-sabnzbd/releases) ## 4.5.2 (12-07-2025) diff --git a/sabnzbd/config.yaml b/sabnzbd/config.yaml index 2997cf4bd..85c347993 100644 --- a/sabnzbd/config.yaml +++ b/sabnzbd/config.yaml @@ -102,5 +102,5 @@ schema: slug: sabnzbd udev: true url: https://github.com/alexbelgium/hassio-addons -version: 4.5.3 +version: "4.5.5" webui: http://[HOST]:[PORT:8080] diff --git a/sabnzbd/updater.json b/sabnzbd/updater.json index 77830e1e5..687509b57 100644 --- a/sabnzbd/updater.json +++ b/sabnzbd/updater.json @@ -1,8 +1,8 @@ { - "last_update": "30-08-2025", + "last_update": "25-10-2025", "repository": "alexbelgium/hassio-addons", "slug": "sabnzbd", "source": "github", "upstream_repo": "linuxserver/docker-sabnzbd", - "upstream_version": "4.5.3" + "upstream_version": "4.5.5" }