diff --git a/lidarr/CHANGELOG.md b/lidarr/CHANGELOG.md index d3889ea99..d2d3541de 100644 --- a/lidarr/CHANGELOG.md +++ b/lidarr/CHANGELOG.md @@ -1,4 +1,7 @@ +## 2.3.3.4204 (18-05-2024) +- Update to latest version from linuxserver/docker-lidarr (changelog : https://github.com/linuxserver/docker-lidarr/releases) + ## 2.2.5.4141 (20-04-2024) - Update to latest version from linuxserver/docker-lidarr (changelog : https://github.com/linuxserver/docker-lidarr/releases) diff --git a/lidarr/config.json b/lidarr/config.json index 25a5469cb..1d6ce94f4 100644 --- a/lidarr/config.json +++ b/lidarr/config.json @@ -105,6 +105,6 @@ "slug": "lidarr_nas", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/blob/master/lidarr/Readme.md", - "version": "2.2.5.4141", + "version": "2.3.3.4204", "webui": "[PROTO:ssl]://[HOST]:[PORT:8686]" } diff --git a/lidarr/updater.json b/lidarr/updater.json index 89c6152e3..5288b7bae 100644 --- a/lidarr/updater.json +++ b/lidarr/updater.json @@ -1,8 +1,8 @@ { - "last_update": "20-04-2024", + "last_update": "18-05-2024", "repository": "alexbelgium/hassio-addons", "slug": "lidarr", "source": "github", "upstream_repo": "linuxserver/docker-lidarr", - "upstream_version": "2.2.5.4141" + "upstream_version": "2.3.3.4204" }