diff --git a/lidarr/CHANGELOG.md b/lidarr/CHANGELOG.md index 015bb0f9c..ef04476e4 100644 --- a/lidarr/CHANGELOG.md +++ b/lidarr/CHANGELOG.md @@ -1,4 +1,7 @@ +## 1.1.4.3027-ls121 (27-05-2023) +- Update to latest version from linuxserver/docker-lidarr + ## 1.1.4.3027-ls120 (13-05-2023) - Update to latest version from linuxserver/docker-lidarr - Feat : cifsdomain added diff --git a/lidarr/config.json b/lidarr/config.json index 75bf02261..d0baf62ee 100644 --- a/lidarr/config.json +++ b/lidarr/config.json @@ -94,6 +94,6 @@ }, "slug": "lidarr_nas", "url": "https://github.com/alexbelgium/hassio-addons/blob/master/lidarr/Readme.md", - "version": "1.1.4.3027-ls120", + "version": "1.1.4.3027-ls121", "webui": "[PROTO:ssl]://[HOST]:[PORT:8686]" } diff --git a/lidarr/updater.json b/lidarr/updater.json index 32835434f..49c12b3cd 100644 --- a/lidarr/updater.json +++ b/lidarr/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "true", - "last_update": "13-05-2023", + "last_update": "27-05-2023", "repository": "alexbelgium/hassio-addons", "slug": "lidarr", "source": "github", "upstream_repo": "linuxserver/docker-lidarr", - "upstream_version": "1.1.4.3027-ls120" + "upstream_version": "1.1.4.3027-ls121" }