diff --git a/sabnzbd/CHANGELOG.md b/sabnzbd/CHANGELOG.md index 0ca3d6edb..8435dc719 100644 --- a/sabnzbd/CHANGELOG.md +++ b/sabnzbd/CHANGELOG.md @@ -1,4 +1,7 @@ +## 4.3.1 (11-05-2024) +- Update to latest version from linuxserver/docker-sabnzbd (changelog : https://github.com/linuxserver/docker-sabnzbd/releases) + ## 4.3.0 (04-05-2024) - Update to latest version from linuxserver/docker-sabnzbd (changelog : https://github.com/linuxserver/docker-sabnzbd/releases) diff --git a/sabnzbd/config.json b/sabnzbd/config.json index ccb1d85c5..fa4f47ac0 100644 --- a/sabnzbd/config.json +++ b/sabnzbd/config.json @@ -105,6 +105,6 @@ "slug": "sabnzbd", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "4.3.0", + "version": "4.3.1", "webui": "http://[HOST]:[PORT:8080]" } diff --git a/sabnzbd/updater.json b/sabnzbd/updater.json index 9bc44bc90..171ac510d 100644 --- a/sabnzbd/updater.json +++ b/sabnzbd/updater.json @@ -1,8 +1,8 @@ { - "last_update": "04-05-2024", + "last_update": "11-05-2024", "repository": "alexbelgium/hassio-addons", "slug": "sabnzbd", "source": "github", "upstream_repo": "linuxserver/docker-sabnzbd", - "upstream_version": "4.3.0" + "upstream_version": "4.3.1" }