diff --git a/lidarr/CHANGELOG.md b/lidarr/CHANGELOG.md index d762270f6..a978b404d 100644 --- a/lidarr/CHANGELOG.md +++ b/lidarr/CHANGELOG.md @@ -1,4 +1,7 @@ +## 2.11.2.4629 (03-05-2025) +- Update to latest version from linuxserver/docker-lidarr (changelog : https://github.com/linuxserver/docker-lidarr/releases) + ## 2.10.3.4602 (29-03-2025) - 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 663d727fc..1f9257620 100644 --- a/lidarr/config.json +++ b/lidarr/config.json @@ -109,6 +109,6 @@ "slug": "lidarr_nas", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/blob/master/lidarr/README.md", - "version": "2.10.3.4602", + "version": "2.11.2.4629", "webui": "[PROTO:ssl]://[HOST]:[PORT:8686]" } diff --git a/lidarr/updater.json b/lidarr/updater.json index 021c74931..94c54f6fc 100644 --- a/lidarr/updater.json +++ b/lidarr/updater.json @@ -1,8 +1,8 @@ { - "last_update": "29-03-2025", + "last_update": "03-05-2025", "repository": "alexbelgium/hassio-addons", "slug": "lidarr", "source": "github", "upstream_repo": "linuxserver/docker-lidarr", - "upstream_version": "2.10.3.4602" + "upstream_version": "2.11.2.4629" }