diff --git a/lidarr/CHANGELOG.md b/lidarr/CHANGELOG.md index cfb353b66..6438b0c7f 100644 --- a/lidarr/CHANGELOG.md +++ b/lidarr/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 2.1.7.4030 (17-02-2024) +- Update to latest version from linuxserver/docker-lidarr - There is now an official addon in the community repository, you should migrate to it ! ## 2.0.7.3849 (16-12-2023) diff --git a/lidarr/config.json b/lidarr/config.json index 78f098ac6..17d0947c5 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.0.7.3849", + "version": "2.1.7.4030", "webui": "[PROTO:ssl]://[HOST]:[PORT:8686]" } diff --git a/lidarr/updater.json b/lidarr/updater.json index 4553f291c..1de50722b 100644 --- a/lidarr/updater.json +++ b/lidarr/updater.json @@ -1,8 +1,8 @@ { - "last_update": "16-12-2023", + "last_update": "17-02-2024", "repository": "alexbelgium/hassio-addons", "slug": "lidarr", "source": "github", "upstream_repo": "linuxserver/docker-lidarr", - "upstream_version": "2.0.7.3849" + "upstream_version": "2.1.7.4030" }